1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<!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>
|