  |
The C++ Programming Language - http://www.research.att.com/~bs/C++.html
Bjarne Stroustrup's information page about the programming language. Also contains links to other sites. |
  |
C++ Wiki - http://c2.com/cgi/wiki?CeePlusPlus
Wiki page at Portland's pattern repository about the C++ programming language. |
  |
Guru of the Week - http://www.gotw.ca/gotw/index.htm
A regular series of C++ programming problems created and written by Herb Sutter. |
  |
C++ in 2005 - http://www.informit.com/content/images/art_stroustrup_2005/elementLinks/DnE2005.pdf
This extended foreword presents a perspective on "The Design and Evolution of C++" and on C++ itself. In particular, it reflects on the use of C++ over the last decade and presents plausible directions for the next revision of the ISO C++ standard, C++0x. (Bjarne Stroustrup) |
  |
An Interview with Bjarne Stroustrup: The Future is Multiparadigm Programming - http://www.itworld.com/AppDev/710/lw-02-stroustrup/
About the object-oriented revolution, rigors of real-world software development, diverging of C/C++, and some additions to C++ standard he would like. [LinuxWorld] |