-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
113 lines (88 loc) · 4.23 KB
/
index.html
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<HTML>
<!--
Copyright (c) 2001-2003 by Digital Mars
All Rights Reserved
www.digitalmars.com
-->
<HEAD>
<TITLE>Digital Mars C and C++</TITLE>
</HEAD>
<body bgcolor="white">
<a href="http://www.digitalmars.com/"><IMG SRC="dmlogo.gif" BORDER=0 WIDTH=270 HEIGHT=53 ALT="www.digitalmars.com"></a>
<a href="http://www.digitalmars.com/" title="www.digitalmars.com">[Home]</a>
<!-- ======================================== -->
<!-- Atomz Search HTML for Digital Mars -->
<form method="get" action="http://search.atomz.com/search/">
<input size=30 name="sp-q">
<input type=submit value="Search Site">
<input type=hidden name="sp-a" value="sp1000ce79">
<a href="html/advancedsearch.html" title="Search Digital Mars web site">Advanced Search</a>
</form>
<!-- ======================================== -->
<hr>
<h1>Digital Mars C and C++</h1>
Documentation on CD:
<ul>
<li><a href="html/install.html">Installation</a>
<li><a href="html/changelog.html">Version information</a>
<li><a href="html/ctg/ctg.html" title="online manuals">Compiler & Tools Guide</a>
<li><a href="html/rtl/rtl.html" title="online rtl manuals">Runtime Library Reference</a>
<li><a href="html/ugr/ugr.html" title="online manuals">User's Guide and Reference</a>
<li><a href="html/stl/index.html" title="online stl manuals">Standard Template Library (SGI)</a>
<li><a href="stlport/doc/index.html" title="online stl manuals">Standard Template Library (STLport)</a>
<li><a href="license.txt">License</a>
<li><a href="html/bugs.html">Bug reports</a>
</ul>
Help files on CD:
<ul>
<li>Microsoft help for 32-bit development
<ul>
<li><a href="help/win32sdk.hlp">Win32 SDK Reference</a>
<li><a href="help/mfc32.hlp">MFC 3.x Reference</a>
<li><a href="help/mfcext.hlp">MFC Library Reference Extension</a>
<li><a href="help/mfcnotes.hlp">MFC Technical Notes</a>
<li><a href="help/ole2.hlp">OLE 2.0 SDK & OLE 2.0 Automation Programmer's Reference</a>
<li><a href="help/ole32ui.hlp">OLE 2.01 User Interface Library</a>
<li><a href="help/odbc.hlp">ODBC 2.0 SDK Reference</a>
<li><a href="help/sock.hlp">Windows Sockets for Windows NT</a>
<li><a href="help/sdkstart.hlp">Win32 SDK Getting Started</a>
<li><a href="help/odbc_32.hlp">ODBC 2.0 SDK</a>
<li><a href="help/mfc32_32.hlp">MFC 4.0</a>
<li><a href="help/penvbx.hlp">Pen Visual Basic Custom Controls</a>
<li><a href="help/uiguide.hlp">Windows Interface Guidelines for Software Design</a>
</ul>
<li>Microsoft help for 16-bit development
<ul>
<li><a href="help/mfc.hlp">MFC 2.5x Library Reference</a>
<li><a href="help/mfcext.hlp">MFC Library Reference Extension</a>
<li><a href="help/mfcnotes.hlp">MFC Technical Notes</a>
<li><a href="help/win31wh.hlp">Windows 3.1 SDK Reference</a>
<li><a href="help/win31mwh.hlp">Windows 3.1 Multimedia Reference</a>
<li><a href="help/win32s.hlp">Win32s Programmer's Reference</a>
<li><a href="help/olesdkv1.hlp">OLE 2.0 Programmer's Reference Vol. 1</a>
<li><a href="help/olesdkv2.hlp">OLE 2.0 Programmer's Reference Vol. 2</a>
<li><a href="help/ole2ui.hlp">OLE 2.0 User Interface Library</a>
<li><a href="help/mcistrwh.hlp">MCI (Media Control Interface) Command Strings Reference</a>
<li><a href="help/penapiwh.hlp">Pen API Reference</a>
<li><a href="help/winsock.hlp">Windows Sockets Reference</a>
<li><a href="help/odbc.hlp">ODBC 2.0 SDK Reference</a>
</ul>
</ul>
Online resources:
<ul>
<li><a href="http://www.digitalmars.com/" title="www.digitalmars.com">
Digital Mars</a> website
<li><a href="http://www.digitalmars.com/drn-bin/wwwnews?newsgroups=*">Web forum</a>
<li>Join <a href="http://www.digitalmars.com/NewsGroup.html" title="tech support & discussion">Digital Mars News Group</a>
<li>Join <a href="http://www.digitalmars.com/NewsGroup.html#maillist" title="mail list">Digital Mars Mailing List</a>
<li><a href="http://www.dosextender.com/" title="www.dosextender.com">X32</a> 32 bit DOS Extender
</ul>
Notes:
<ul>
<li> Using the search feature will require an internet connection.
<li> For tech support, questions, bug reports, feedback, help, etc.,
please join our
<a href="http://www.digitalmars.com/drn-bin/wwwnews?newsgroups=*">forums</a>!
</ul>
</BODY>
</HTML>