This article explores the strengths of C++, and how to exploit them in projects.
Describes a set of techniques and tools (an environment) facilitating prototyping of, providing gen...
By B.M. Werther and D.M. Conway, Dept. Computer Science, Monash University, Melbourne.
Over 80 in-depth articles about object-oriented software development and C++ design and programming...
List of C++ source code optimizations that can give big returns, especially when used in tight loop...
Describes a lightweight mechanism to update code in a running program. (Gísli Hjálmtýsson, Robert G...
This article introduces a very sophisticated and useful data structure for efficient string process...
Modern C++ is a more expressive, simpler language than C, and a language in its own right, so why d...
An optimization manual for advanced C++ programmers on Windows, Linux and Mac platforms. Topics inc...
Discusses closures, late binding, and lambda abstractions.
This article looks at XML Data Binding at a new alternative to automate much of the task of process...
Looks at how difficult it is to copy state from one object to another. (Richard Gillam)