www.cplusplus.com
Information
General information about the C++ programming language, including non-technical documents and descripttions:
Description of the C++ language
History of the C++ language
F.A.Q., Frequently Asked Questions
Library Reference
Description of the most important classes, functions and objects of the Standard Language Library, with descriptive fully-functional short programs as examples:
C library: The popular C library, is also part of the of C++ languge library.
IOStream library. The standard C++ library for Input/Output operations.
String library. Library defining the string class.
STL: Standard Template Library. Templates defining containers, algorithms...
more...
C++ Documentation
Documentation pages and tutorials describing specifics about the different features of the C++ language.
C++ Language Tutorial: Collection of tutorials covering all the features of this versatile and powerful language. Including detailed explanations of pointers, functions, classes and templates, among others...
more...
Articles
Technical articles covering specific programming fields.
more...
This section is open to user submissions! Registered users who wish to publish their own content and technical writings on cplusplus.com can do so in this section.
Sourcecodes
Source code of fully-functional programs made available through this website by our users.
See program source codes available