PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Gratis C++ Compiler



rob00n
29.08.2007, 12:56
Hier ein paar kostenlose C/C++-Compiler.
Ihr kennt mehr gute Compiler? Dann bitte PM an mich mit Name, kurzer Info und Downloadlink.

Reine Compiler:

GCC (Danke an Nemo für den Hinweis.)

GCC ist der Name der Compiler-Suite des GNU-Projekts. GCC steht ursprünglich für GNU C Compiler (analog zu dem UNIX-Kommando cc für C Compiler). Da GCC heute aber außer C noch einige andere Programmiersprachen übersetzen kann, hat GCC inzwischen die Bedeutung GNU Compiler Collection erhalten (engl. für GNU-Compilersammlung). Das Kommando gcc (in Kleinbuchstaben) steht weiterhin für den C-Compiler.DOWNLOAD (ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.2.1/gcc-4.2.1.tar.gz) / Website (http://gcc.gnu.org/)
__________________________________________________ _
MinGW
MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries, augmenting the GNU Compiler Collection, (GCC), and its associated tools, (GNU binutils). MinGW provides a complete Open Source programming tool set which is suitable for the development of native Windows programs that do not depend on any 3rd-party C runtime DLLs.
Quasi die Windows-Version des GCC
__________________________________________________ _
Borland C++ Compiler 5.5

Der Borland C++ Compiler ist die Kommandozeilenversion des im populären C++-Builder enthaltenen Compilers und wird vom Hersteller kostenlos zur Verfügung gestellt.DOWNLOAD (http://cc.codegear.com/download.aspx?id=24778&prot=http)
__________________________________________________ _
Digital Mars C++ Compiler (Danke an dbns für den Hinweis.)

Digital Mars C and C++ Compilers for Win32, Win16, DOS32 and DOS. Fastest compile/link times, powerful optimization technology, Design by Contract, complete library source, HTML browsable documentation, disassembler, librarian, resource compiler, make, etc., command line and GUI versions, tutorials, sample code, online updates, Standard Template Library, and much more.Download und Info (http://digitalmars.com/download/freecompiler.html)


IDEs (Integrated Development Environment):

Code::Blocks

Code::Blocks ist eine freie Entwicklungsumgebung für C, C++ und D. Code::Blocks basiert auf wxWidgets und läuft unter Windows und den meisten Unix-Derivaten.Folgende Compiler werden unterstützt:
GCC (Linux / Mac OS X)
MinGW (Win32)
Microsoft Visual C++ Free Toolkit 2008 (Win32)
Borland C++-Compiler 5.5 (Win32)
DigitalMars (Win32)
OpenWatcom (Win32)
Small Device C Compiler (SDCC)
DOWNLOAD (http://www.codeblocks.org)
__________________________________________________ _
Dev C++

Bloodshed Dev-C++ ist eine Opensource Programmierumgebung (IDE) und Compiler für C++. Bloodshed verfügt über alle Standard Features um Programme zu schreiben, kompilieren, debuggen und auszuführen.
Es wird der freie Mingw-Compiler verwendet.DOWNLOAD (http://ftp.freenet.de/pub/filepilot/windows/development/bloodshed/devcpp4990setup.exe)

Das Programm wird nicht mehr weiterentwickelt. Es gibt jedoch einen Remake davon: wxDevC++ (http://wxdsgn.sourceforge.net)
__________________________________________________ _
Visual C++ 2005 Express

Visual C++ Express Edition ist ein weiteres Produkt der kostenlosen Express Editions von Microsoft Programmiersprachen. Für alle, die unter Windows Programme mit C++ programmieren wollen
eignet sich diese Software hervorragend. Entwerfen Sie mit einem intuitiven Drag&Drop-Designer mühelos grafisch ansprechende und leicht zu benutzende Anwendungen. Code-Farbgebung, Syntaxprüfung und IntelliSense helfen Ihnen, schnell und fehlerfrei zu codieren. Identifizieren und beheben Sie Programmierfehler schnell, indem Sie den intuitiven grafischen Debugger benutzen. Wie allen anderen Express Editions von Microsoft basiert auch Visual C++ auf dem neuen .NET Framework. Der Download lädt eine ca. 3MB große Datei, diese selbst lädt alle notwendigen Komponenten aus dem Internet. Je nach System variiert die Downloadgröße daher.
DOWNLOAD (http://www.pcfreunde.de/redirect/?mode=download&id=5478)
__________________________________________________ _
Eclipse-CDT (Danke an mtf-takerfür den Hinweis.)

The CDT is Eclipse's C/C++ Development Tooling project. It is an industrial strength C/C++ IDE that also serves as a platform for others to provide value added tooling for C/C++ developers.
Download und Info (http://www.eclipse.org)








mfG n00bor

//edit by H4x0r007: Mal ein bisschen aufgeräumt + aktualisiert

noctem
10.11.2008, 21:40
MinGW


MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries, augmenting the GNU Compiler Collection, (GCC), and its associated tools, (GNU binutils). MinGW provides a complete Open Source programming tool set which is suitable for the development of native Windows programs that do not depend on any 3rd-party C runtime DLLs.

http://sourceforge.net/project/showfiles.php?group_id=2435

Da hat er wohl MinGW vergessen, damit auch Windowsuser gcc/g++ verwenden können. :)