<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; I; Linux 2.0.36 i586) [Netscape]"> <title>C++ keywords.</title> </head> <body text="#A52A2A" bgcolor="#CCCCCC" ,> <hr> <center> <h1> C++ keywords.</h1></center> <hr>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. <center><table BORDER=2 CELLPADDING=5 BGCOLOR="#FFFFF0" > <tr ALIGN=CENTER> <td><a href="struct.html">struct</a></td> <td><a href="static.htm">static</a></td> <td><a href="const.html">const</a></td> <td><a href="enum.html">enum</a></td> </tr> </table></center> <p> <hr>The following list shows the keywords that have been added to C++. <center><table BORDER=2 CELLPADDING=5 BGCOLOR="#FFFFF0" > <tr ALIGN=CENTER> <td><a href="bool.html">bool</a></td> <td><a href="throw.html">catch</a></td> <td><a href="class.html">class</a></td> <td><a href="delete.html">delete</a></td> <td><a href="friend.html">friend</a></td> <td><a href="inline.html">inline</a></td> </tr> <tr ALIGN=CENTER> <td><a href="new.html">new</a></td> <td><a href="namespace.html">namespace</a></td> <td><a href="operator.html">operator</a></td> <td>private </td> <td>protected </td> <td>public </td> </tr> <tr ALIGN=CENTER> <td>tempate </td> <td>this </td> <td><a href="throw.html">throw </a></td> <td><a href="throw.html">try </a></td> <td>template </td> </tr> </table></center> <p> <hr><font color="#000000">The base C keywords are <a href="../../C/SYNTAX/keywords.html">here</a></font> <hr> <center><table BORDER=2 WIDTH="80%" BGCOLOR="#FFFFF0" > <tr ALIGN=CENTER> <td WIDTH="25%"><a href="../cref.html">Top</a></td> <td WIDTH="25%"><a href="../../C/master_index.html">Master Index</a></td> <td WIDTH="25%"><a href="keywords.html">C++ Keywords</a></td> <td WIDTH="25%"><a href="../../C/FUNCTIONS/funcref.htm">Functions</a></td> </tr> </table></center> <p> <hr> <address> Martin Leslie 08-Dec-96</address> </body> </html>