File: cref.html

package info (click to toggle)
c-cpp-reference 2.0.2-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,016 kB
  • ctags: 4,612
  • sloc: ansic: 26,960; sh: 11,014; perl: 1,854; cpp: 1,324; asm: 1,239; python: 258; makefile: 119; java: 77; awk: 34; csh: 9
file content (77 lines) | stat: -rw-r--r-- 2,071 bytes parent folder | download | duplicates (3)
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
<html>
<head>
</head>
<body bgcolor="#cccccc">
<font color=brown>
<Title>C++ Programming Reference</title>
<hr>
<center>
<h1>C++ Programming Reference. </h1>
<h1>Release 0.1</h1>
</center>
<hr>
<p>
The "C++ Programming Reference" contains my personnel notes on C++
and are not released to the public. If you are reading this 
BEWARE, it is not complete or factual.
Martin Leslie<p>
<hr>

<dl>
<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/c.html">  Introduction.</a>
<p>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="SYNTAX/syntax.htm"> C++ Syntax</a>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="EXAMPLES/"> C++ Example programs</a>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/PROBLEMS/problems.html">  C programming problems.</a>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/TECHNIC/technic.html"> C Technique and Style.</a>
<p>
<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/FUNCTIONS/funcref.htm"> C Function Quick reference.</a>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/LIBRARIES/libraries.html"> C Creating your own function library.</a>
<p>
<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/compiler.html">  GCC Compiler errors.</a>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/GDB/gdb.html">  GDB Debugger.</a>
<p>
<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="glossary.html">  Glossary of terms.</a>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/master_index.html">  Master Index.</a>
<p>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="CONTRIB/intro.html">  Interesting C++ related items from the net.</a>
<p>

<hr>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/future.html">  Latest updates and future enhancements.</a>
<p>

<hr>

<dt><img src="../GRAPHICS/whiteball.gif" alt="o">
<a href="../C/MISC/download.html">Download</a> the source to this guide.
</dl>

<hr>
<address>Martin Leslie 
01-Oct-98</address>
</font>
</body>
</html>