- DirectX Developer's Page
Everything you wanted to know about DirectX programming.
- The MSDOS Interrupt List
"A comprehensive listing of more than 8000 functions available through
interrupt calls on IBM PCs and compatibles. Includeds both documented
and undocumented functions, plus lists of I/O port, CMOS, and memory
locations, and far-call entry points" (taken from RBROWN.TXT in the
distribution).
- PC Mouse Info
Provides low-level details on how to access your mouse.
- CD-ROM Programming FAQ
Learn how to access your CD-ROM in DOS.
- GNU-Win32
"The GNU-Win32 tools are ports of the popular GNU development tools to
Windows NT/95 for the x86 and powerpc processors. Applications built
with these tools have access to the Microsoft Win32 API as well as the
Cygwin32 API which provides additional UNIX-like functionality including
UNIX sockets, process control with a working fork and select, etc..."
- DJGPP
"DJGPP is a complete 32-bit C/C++ development system for Intel 80386
(and higher) PCs running DOS. It includes ports of many GNU development
utilities. The development tools require a 80386 or newer computer to
run, as do the programs they produce. In most cases, the programs it
produces can be sold commercially without license or royalties." For
those of you interested, DJGPP was used to compile the DOS version of
Quake.
- The Java(tm) Developers Kit 1.1.1
Includes a compiler that "lets you write applets and applications that
conform to the Java 1.1 Core API." (Taken from the README file).