/
ColdC/Functions/
ColdC/Structure/
<head>
<title>ColdC</title>
<BASE href="http://www.cold.org/ColdC/">
</head>
<body>

<h1 align=center><i>ColdC Reference Manual</i></h1>

<p align=center>ColdC version 1.0</p>

<hr>
<p>ColdC was initially created by Greg Hudson and was later engineered by
other enterprising individuals, being finalized by Brandon Gillespie.
ColdC is a low-profile object oriented database language.  It is intended
for network servers which require run-time morphism (such as Virtual
Environment Servers and Interactive Environments).</p>

<p>This reference manual is written by Brandon Gillespie, with
portions being taken from the ColdMUD Reference manual written by Greg
Hudson.</p>

<hr width=50%>
<ul>
  <li><font size=+1><b><!-- a href="intro.html" -->Introduction to Programming</b></font>
  <li><font size=+1><b><a href="oop.html">Object Oriented Programming</a></b></font>
  <li><font size=+1><b><a href="convention.html">A Note on Conventions</a></b></font>
  <li><font size=+1><b><a href="Objects/">ColdC Objects</a></b></font>
  <ul>
    <li><b><a href="Objects/referencing.html">Referencing Objects</a></b>
    <li><b><a href="Objects/methods.html">Methods</a></b>
    <li><b><a href="Objects/variables.html">Variables</a></b>
    <li><b><a href="Objects/special.html">Special Objects</a></b>
  </ul>
  <li><font size=+1><b><a href="Structure/">Language Structure</a></b></font>
  <ul>
    <li><b><a href="Structure/tokens.html">Tokens</a></b>
    <li><b><a href="Structure/types.html">Data Types</a></b>
    <li><b><a href="Structure/expressions.html">Expressions</a></b>
    <li><b><a href="Structure/statements.html">Statements</a></b>
  </ul>
  <li><font size=+1><b><a href="errors.html">Errors</a></b></font>
  <li><font size=+1><b><a href="methods.html">Defining Methods</a></b></font>
  <li><font size=+1><b><a href="tasks.html">Frames and Tasks</a></b></font>
  <li><font size=+1><b><a href="security.html">Security</a></b></font>
  <li><font size=+1><b><a href="networking.html">Networking</a></b></font>
  <li><font size=+1><b><a href="files.html">Files</a></b></font>
  <li><font size=+1><b><a href="Functions/">Function/Method Reference</a></b></font>
</ul>

<hr size=4><p align=center><i>Last Modified on 24 Jan 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>