added awk12.cpp that shows how to redefine a console handler to use string buffers for console I/O

This commit is contained in:
2012-06-05 07:45:52 +00:00
parent 2c0fbbb45b
commit a0faf15316
5 changed files with 238 additions and 6 deletions

View File

@ -39,6 +39,9 @@
/// @example awk08.cpp
/// This program shows how to add intrinsic functions.
///
/// @example awk12.cpp
/// This program shows how to override console methods to use a
/// string buffers for console input and output.
/////////////////////////////////
QSE_BEGIN_NAMESPACE(QSE)