C++

Answers to frequently asked questions
C++FAQ Lite
C++ is standardised
The draft ANSI C++ standard
Programming in C++: Rules and Recommendations
The guide for C++ from Ellemtel Telecommunication is a good suggested style for C++ programming, with explanations and examples for the rules.
C++ standard library
C++ has a standard library which should be available with any c++ compiler , look at cppreference for a document for the library.
The Boost libary project
Boost is a collection of free, useful source libaries that work with the standard C++ library.
Other C++ libraries
As well there are a large number of other libraries listed by trumpurst .
Whats wrong with C++ ?
Read this critique of C++.

Ian Moor
Last modified: 5th Oct 2010