Victor S. Borisov and Petr N. Vabishchevich

2 C++ programming basics

Abstract: New features of the C++ programming language in comparison with C are associated with the support of abstract data types and object-oriented programming. A class is the most important concept of C++.

2.1 Enhanced features

Below we consider some new possibilities of C++ (in comparison with C not connected with the paradigm of object-oriented programming.

2.1.1 Keywords

The list of keywords of C (page 3) is extended in C++.The following keywords are reserved in addition to C:

e9783110359923_i0080.jpg

2.1.2 Declaration of variables within blocks

In C, a declaration of local variables within ...

Get Computational Technologies now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.