GNU DJGPP C/C++ compiler for DOS (under Windows 98/2000/XP) =========================================================== By Stefan Spaennare Email: stefans@astro.lu.se First version: 1998-08-01 Latest update: 2004-06-29 How to download =============== The DJGPP C/C++ compiler for DOS can be downloaded from: http://www.delorie.com/djgpp/ Use the "zip-picker" to chose operating system and components to download. Only the C-compiler is about 10 Mbyte to download. General information =================== The programs can be run from a DOS window in Windos 98/2000/XP. Compile the programs the following way (in a DOS window): >gcc -O3 -o program.exe program.c -lm A running program can be terminated by pressing Ctrl-C (Ctrl and C) simultaneously. The DJGPP 32-bit C-compiler for DOS use extended memory and can handle large arrays without problems. The normal 640 kbyte memory limit for DOS is not a problem for this compiler.