资 源 简 介
Convenient, easy to use library for creating multiple interactive consoles windows. Sporting a C++ interface, input and output is identical to that of standard C++ streams and usage with all standard algorithms and iterator adapters (std::copy, std::istream_iterator, etc) is supported.
Reference counted handles ensure the windows stay alive as long as required, and close when they are no longer needed without any special code.
Requires Boost for both building and usage.