|
|
|
|
|
|
Free C, C++ Compilers
- Free
Microsoft eMbedded Visual C++ :
Microsoft eMbedded Visual C++ allows you to develop for Windows CE.
It includes an IDE, which includes an integrated debugger.
- Free Microsoft
Visual C++ Toolkit 2003 :
The Microsoft Visual C++ Toolkit 2003 includes the command line versions
of the optimizing C++ compiler, linker, and static libraries (including
the Standard C++ Library and STL) that ships with the commercial Visual
Studio .NET Professional.
- Free
Microsoft .NET Framework Software Development Kit / Free Microsoft Visual
C++ Compiler
Unbelievably, the Microsoft Visual C/C++ command line compiler, along
with C#, VB.NET and JScript.NET, appears to be available from Microsoft
for download for free. The command line compiler is the same one that
comes with the commercial Visual C++ Standard, which means that it does
not have an optimizer
- Open Source Watcom / OpenWatcom
C/C++ Compiler
The Watcom C/C++ compiler (now OpenWatcom C/C++ compiler) is now open
source and free. This compiler, which generates code for Win32, Windows
3.1 (Win16), OS/2, Netware NLM, MSDOS (16 bit and 32 bit protected mode),
etc, was a highly coveted compiler some years back (until Sybase terminated
it). T
- Mingw32 C & C++ Compilers
This system comes with the GNU C/C++ compiler, which you can use to
generate Win32 executables. It has its own <windows.h> which is
in the public domain. Applications generated using this system are supposed
to be faster than those generated by the Cygwin32 system (see elsewhere
on this page), and they are free from the encumberances of the GNU license.
- Digital Mars C/C++ Compiler
(Symantec C++ Replacement) :
Digital Mars C/C++ is a drop-in replacement for the Symantec C++ compiler,
with support for compiling programs for Win32, Windows 3.1, MSDOS, and
32-bit extended MSDOS.
- Intel
C++ Compiler for Linux Non-Commercial Version
The Intel C++ compiler has a non-commercial version for Linux which
you may use to develop your programs for non-commercial purposes. The
optimizing ANSI C/C++ compiler supports all Intel 32 bit processors
and the 64 bit Itanium processor.
- Borland
C++ Compiler
Borland has released their C++ Compiler (version 5.5 at the date of
this writing) FREE! You get the command line compiler, incremental linker,
resource compiler and binder, C++ Win32 preprocessor, import library
utility, librarian, obj/lib/exe dump utility, etc. Included is also
the C/C++ runtime library and ANSI/ISO Standard Template Library (STL).
- Apple's Macintosh
Programmer's Workshop (C and C++ compilers) :
Yep, you're right. This is Apple's own Macintosh Programmer's Workshop.
The C/C++ compilers, debuggers, tools, etc, in this workshop are all
downloadable from their web site, free!
- Cyclone C
Cyclone C is not strictly an ANSI C compiler but a compiler of a "safe
dialect" of C. It enforces type safety, has a variety of checks
to protect against buffer overflows, array-bound violations, etc.
- Leonardo
IDE :
Leonardo IDE is a Macintosh-based IDE, compiler and debugger for C programs.
The Windows and Linux ports are said to be under development. The IDE
is useful for checking and debugging your source code, search for memory
leaks, etc.
- Bloodshed Dev-C++ C++
Compiler :
This is a Win32 integrated development environment that includes the
egcs C++ compiler and GNU debugger from the Mingw32 environment together
with an editor and other facilities to make program development using
the Mingw32 gcc compiler easier on a Windows platform. It also includes
an installer for your applications.
- GNU C/C++ Compiler and EGCS :
This is the GNU C compiler page, from which you can get links to binaries
and source code for the GNU C Compiler.
- Compaq
C Compiler :
Linux/Alpha users can now download and use Compaq's optimising C compiler
freely by simply filling a form and agreeing to their license agreement.
- Ch Embeddable C/C++ Interpreter
(Standard Edition)
Ch is a C/C++ interpreter that supports the ISO 1990 C Standard (C90),
major features in C99 (complex numbers, variable length arrays or VLAs,
type generic functions, long long data type, etc), classes in C++, and
extensions to the C language like nested functions, string type, etc.
- DJGPP C and C++ Compilers
:
This is a development system based on the well-known GNU C/C++ compiler.
It generates 32 bit MSDOS executables that is Windows 95 long-filename-aware.
The compiler, utilities and libraries come with source code.
- Cygwin Project (C & C++ Compilers)
:
This "project" includes a commercial quality compiler (GNU
C/C++) that generates Win32 GUI and console applications.
|
|