
From: Michael Hava <mfh@live.at>
I’ve recently started to design a header-only reusable console-class that’s
based on std::iostream.
It can be customized by adding a variable amount of “commands”. The implementation is currently based on std::stream and may support any compatible stream as input and output.
Does it does things like GNU Readline does: http://www.gnu.org/s/readline/ I mean: iterative editing, history, search, auto-completion and so on? If so it would be very interesting library for boost. Otherwise it really depends on what is the syntax the application uses and help is something nice but it is also something domain specific. So I'm not 100% sure how helpful it would be... Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/