The C++ Programming Language - Bjarne Stroustrup's information page about the programming language. Also contains links to other sites.
Interview with Bjarne Stroustrup - Discusses the language standardization effort and some of the design decisions of C++.
main.cc - defines main() - Publishes a smallest C++ program under the GPL license.
C++ Wiki - Wiki page at Portland's pattern repository about the C++ programming language.
C++ in 2005 - 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)
C++ History - A researched article about the history of the C++ programming language, including information provided by Bjarne Stroustrup. Bibiliography and related links.
C++ Language Notes - Describes the features of the language that are most useful to engineers and scientists.
"Hello, World" in C++ - Code for the C++ implementation of the famous "Hello, world" program.
The Problem with Programming - Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code.
More Trouble with Programming - The second part of Technology Review's interview with Bjarne Stroustrup, the inventor of C++.
An Interview with Bjarne Stroustrup: The Future is Multiparadigm Programming - 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]
|