List of C/C++ Compilers

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

List of C/C++ Compilers

Post by jussij »

Here is a list of a few some C/C++ compilers available from the web:

The Digital Mars C/C++ compiler looks very nice: The Open Watcom C/C++ compiler can be found here: A GNU C/C++ compiler ported to MS-Windows can be found here: It will produces a Win32 executable that can be debugged using the windows version of the gdb debugger.

Here are two links to help with the MinGW setup:Another non commercial C compiler alternative is lcc-win32:
The Borland BCC Verison 5.5 C/C++ compiler is here:
Microsoft also offers C/C++ compiler for download (with restrictions) found here: NOTE: All of these compilers can be configured to work with the Zeus IDE.
Post Reply