File: index.html

package info (click to toggle)
rudiments 0.31-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,516 kB
  • ctags: 3,248
  • sloc: asm: 23,776; cpp: 22,792; sh: 7,769; ansic: 1,769; makefile: 1,054; xml: 169; perl: 19
file content (26 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (4)
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
<html>

<head>
<title>Rudiments</title>
<link rel="stylesheet" href="css/styles.css">
</head>

<body>

<a name="rudiments"></a>
<span class="subject">Rudiments</span><br>
A C++ class library providing base classes for things such as daemons, 
clients and servers, and wrapper classes for C API's such as regular 
expressions, semaphores and signal handling.<br>
<p>Introduction</p>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="introduction.html">Introduction to Rudiments</a><br>
<p>Developing with Rudiments</p>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="guide.html">Rudiments Guide</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="reference.html">Rudiments Reference</a><br>

</body>

</html>