C++ keywords.


Some of the keywords on C have new meanings or have been overloaded in the world of C++, the following list shows the keywords that have changed.

struct static const enum


The following list shows the keywords that have been added to C++.

bool catch class delete friend inline
new namespace operator private protected public
tempate this throw try template


The base C keywords are here

Top Master Index C++ Keywords Functions


Martin Leslie 08-Dec-96