summaryrefslogtreecommitdiff
path: root/reference/CPLUSPLUS/SYNTAX/keywords.html
diff options
context:
space:
mode:
Diffstat (limited to 'reference/CPLUSPLUS/SYNTAX/keywords.html')
-rw-r--r--reference/CPLUSPLUS/SYNTAX/keywords.html94
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&nbsp;</td>
+
+<td>protected&nbsp;</td>
+
+<td>public&nbsp;</td>
+</tr>
+
+<tr ALIGN=CENTER>
+<td>tempate&nbsp;</td>
+
+<td>this&nbsp;</td>
+
+<td><a href="throw.html">throw&nbsp;</a></td>
+
+<td><a href="throw.html">try&nbsp;</a></td>
+
+<td>template&nbsp;</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>