DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Introduction to programming in standard C and C++

C++ language

The C++ language was developed at AT&T Bell Laboratories as a general-purpose programming language based on C. In addition to the features provided by C, C++ provides data abstraction and support for object-oriented design and programming through classes, multiple inheritance, virtual functions and templates. C++ also provides operator and function name overloading, reference types, memory management operators and inline functions. Features of C++ such as constant types and function argument checking and type conversions have become part of the ANSI C programming language.

As with C, application programs written in C++ can usually be transported to a variety of machines. It is important to remember, however, that C++ was standardized more recently than C, and as a result different C++ compilers still may differ in how closely they track the standard. Implementations may also differ in various anachronisms of the language allowed. Users are discouraged from using anachronisms unless they occur in existing code that is difficult to change.


Next topic: Libraries and header files
Previous topic: Modular programming in C

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005