diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2008-01-27 11:37:44 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2008-01-27 11:37:44 +0100 |
commit | 7e0f021a9aec35fd8e6725e87e3313b101d26f5e (patch) | |
tree | b1cacc4b24393f517aeb4610e9e1021f954307a8 /reference/CPLUSPLUS/SYNTAX/keywords.html |
Initial import (2.0.2-6)2.0.2-6
Diffstat (limited to 'reference/CPLUSPLUS/SYNTAX/keywords.html')
-rw-r--r-- | reference/CPLUSPLUS/SYNTAX/keywords.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/reference/CPLUSPLUS/SYNTAX/keywords.html b/reference/CPLUSPLUS/SYNTAX/keywords.html new file mode 100644 index 0000000..c3ac3c0 --- /dev/null +++ b/reference/CPLUSPLUS/SYNTAX/keywords.html @@ -0,0 +1,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> |