lang-cpp : Misc. experiments with C++

Description

Small tests and experiments to answer common C++ questions.

STL Streams Performance

Code that exhibits the memory allocation patterns of std::string, STL stream classes and that shows how to use streams with no memory allocations and little overhead (this uses the Boost::IOStreams library).

Download some code here: STL Streams Performance

Author

Martin Blais <blais@furius.ca>