Ergebnis 1 bis 2 von 2
  1. #1

    Standard Gratis C++ Compiler

    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 / Website
    __________________________________________________ _
    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
    __________________________________________________ _
    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


    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:

    DOWNLOAD
    __________________________________________________ _
    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

    Das Programm wird nicht mehr weiterentwickelt. Es gibt jedoch einen Remake davon: wxDevC++
    __________________________________________________ _
    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
    __________________________________________________ _
    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








    mfG n00bor

    //edit by H4x0r007: Mal ein bisschen aufgeräumt + aktualisiert
    Geändert von H4x0r007 (10.04.2009 um 23:04 Uhr)
    Danke.
    .::free-hack::.

  2. #2
    has one Avatar von noctem
    Registriert seit
    08.06.2008
    Beiträge
    392

    Standard

    MinGW

    Code:
    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/showf...?group_id=2435

    Da hat er wohl MinGW vergessen, damit auch Windowsuser gcc/g++ verwenden können.
    noctem{aet}jabber.ccc.de

Stichworte

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •