Various C++ Examples (including IPC)  Version: 1.0.0
File List
Here is a list of all files with brief descriptions:
 doxygen_msg.ccDoxygen dummy file (it's cheezy but it works...)
 iteration.ccProgram that demonstrates various iteration constructs
 overload.ccSimple overloading example
 simpleTemplate.ccSimple template examples
 streambuf.ccDemonstration of streambuf inheritance
 threadDeath1.ccBasic thread functionality
 threadDeath2.ccSlightly complex pthread example
 threadDeath3.ccThread Management Class (complex)
 virtuals.ccBasic virtual function / class usage