-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.htm
More file actions
47 lines (47 loc) · 1.54 KB
/
intro.htm
File metadata and controls
47 lines (47 loc) · 1.54 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-au">
<head>
<title>Quincy User's Guide</title>
<style type="text/css">
<!--
.style2 {
font-size: smaller;
color: #7F0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
font-style: italic;
color: #7F0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
}
-->
</style>
</head>
<body>
<table style="width: 100%; text-align: left;" border="0" cellpadding="3"
cellspacing="3">
<tbody>
<tr>
<td align="undefined" valign="undefined"><br> </td>
<td>
<h1 style="color: rgb(153, 0, 0); font-style: italic;"><small>Introduction</small></h1>
<p>Select the links on the left for simple commented program examples.</p>
<p>These tutorials illustrate the use of the 3rd party libraries distributed with Quincy. </p>
<p><span class="style3">Note that these programs use proprietary graphics or console I/O libraries. These libraries are provided as additions to MingW and are not part of the C or the C++ language. The examples cannot be compiled on other compiler systems when these other systems do not support the same proprietary libraries.</span><span class="style2"><br>
</span><br>
<br>
</p></td>
<td align="undefined" valign="undefined"><br> </td>
</tr>
</tbody>
</table>
<h1
style="color: rgb(153, 0, 0); font-style: italic; text-align: center;"><br>
</h1>
<h1 style="color: rgb(153, 0, 0); font-style: italic;"><br>
</h1>
<br>
<br>
</body>
</html>