The Wayback Machine - https://web.archive.org/web/20120719224819/http://www.stroustrup.com:80/C++.html
home | C++ | FAQ | technical FAQ | C++11 FAQ | publications | TC++PL | Programming | D&E; | bio | interviews | applications | glossary | compilers | TAMU CSE

The C++ Programming Language

Modified February 5, 2012

Advice of the day
(from TC++PL)

17.7[7] Prefer operations on the end of a sequence (back-operations) when inserting and deleting elements; sec17.1.4.1.

FAQ of the day

How do I start learning C++?

Article of the day

Wrapping C++ Member Function Calls. The C++ Report. June 2000, Vol 12/No 6.
C++ is a general purpose programming language with a bias towards systems programming that Belorussian translation
I (Bjarne Stroustrup) am the designer and original implementor of C++. You can find the language, the techniques for using it, and the techniques for implementing it described in my books, my papers, in hundreds of books by others, and thousands of papers by others. There are far too many to list. Try a bookstore or a library. Answers to many questions about C++ can be found in
Topics: