Thread: gcc

  1. #1
    Anirban Ghosh
    Join Date
    Jan 2006
    Posts
    278

    gcc

    What is the latest version of gcc compiler for windows.
    Where can i download it?
    With which IDE can i use it?

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    GCC 3.4, MinGW port here: http://www.mingw.org/

    Antecipating what the next question would be , read this before starting download: http://www.mingw.org/MinGWiki/index....7bb2123d697a76

    Editors that support it are many. Two free ones below that you can download with MinGW already packed:

    Code::Blocks
    Dev-C++
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Gcc can't find obvious copy constructor
    By SevenThunders in forum C++ Programming
    Replies: 13
    Last Post: 03-19-2009, 02:41 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  4. Compiles on gcc 3.3 but not on gcc 4.0.3
    By cunnus88 in forum C++ Programming
    Replies: 5
    Last Post: 03-29-2007, 12:24 PM
  5. gcc
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-22-2003, 03:46 PM