|
Guru of the Week
A regular series of C++ programming problems created and written by Herb Sutter.
http://www.gotw.ca/gotw/index.htm
C++ Language Notes
Describes the features of the language that are most useful to engineers and scientists.
http://www.msoe.edu/~tritt/cpplang.html
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]
http://linux.sys-con.com/read/32929.htm
main.cc - defines main()
Publishes a smallest C++ program under the GPL license.
http://main.cc
C++ Wiki
Wiki page at Portland's pattern repository about the C++ programming language.
http://c2.com/cgi/wiki?CeePlusPlus
The C++ Programming Language
Bjarne Stroustrup's information page about the programming language. Also contains links to other sites.
http://www.research.att.com/~bs/C++.html
Interview with Bjarne Stroustrup
Discusses the language standardization effort and some of the design decisions of C++.
http://www.eptacom.net/pubblicazioni/pub_e...
"Hello, World" in C++
Code for the C++ implementation of the famous "Hello, world" program.
http://www.latech.edu/~acm/helloworld/c++....
|