Misc C++ musings

C++ links

  • C++ links

C++ book reviews

C++ links

Boost libraries A set of libraries that extend the Standard C++ library. Could be  considered a 'playground' for the development of additions to the standard C++ library. Very heavily templated and thus needs a recent compiler, although configurations for the most commonly used compilers are already available.
STLport Highly portable, standard-compliant C++ standard library implementation.

Digital Mars Still maintained by Walter Bright, this is the latest version of the compiler that was formerly known as 'Zortech C++' and then Symantec C++.
C/C++ Users journal As the name already implies, a magazine aimed at C and C++ users.
GotW.ca Herb Sutter's website,,which also contains reprints of recent articles. Very useful read.
The C++ Source New(ish), peer-reviewed online magazine aimed at the C++ community. At the moment it's not updated that often but I found all the articles on there worth a read.
Journal of Object Technology Strictly speaking not a C++ website, but another webzine publishing peer-reviewed articles about OO design and development. Recommend, although it can be a bit of a dry read.