home | C++ | FAQ | technical FAQ | C++0x FAQ | publications | TC++PL | Programming | D&E | bio | interviews | applications | glossary | compilers | Texas A&M University | AT&T Research

The C++ Programming Language

Modified February 5, 2012

Advice of the day
(from TC++PL)

20.5[15] Use isalpha(), isdigit(), etc., when you need to know the classification of a character rather than writing your own tests on character values; sec20.4.2.

FAQ of the day

Knowing C is a prerequisite for learning C++, right?

Article of the day

The design of C++0x. C/C++ Users Journal. May 2005.
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: