Looking for a good free compiler for C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Afrobean
    Admiral in the Red Army
    • Dec 2003
    • 13262

    #1

    Looking for a good free compiler for C++

    Exactly what the title implies. I want as good of a C++ compiler as I can get for free and I have no idea how to go about choosing a good one. I'd appreciate any help on the matter than anyone can provide.
  • Tps222
    FFR Player
    • Nov 2004
    • 6168

    #2
    Re: Looking for a good free compiler for C++



    I've used it for quite some time now and I haven't had any problems with it. It's easy to use and is up to date.

    Comment

    • Afrobean
      Admiral in the Red Army
      • Dec 2003
      • 13262

      #3
      Re: Looking for a good free compiler for C++

      Originally posted by Tps222
      http://www.bloodshed.net/devcpp.html

      I've used it for quite some time now and I haven't had any problems with it. It's easy to use and is up to date.
      Sounds fantastic. Should I go for 5 (in beta) or 4?

      Comment

      • Tps222
        FFR Player
        • Nov 2004
        • 6168

        #4
        Re: Looking for a good free compiler for C++

        I have 4.9.9.2 myself. I'm not sure, I suppose it's up to you.

        Comment

        • flamingspinach
          FFR Player
          • Jan 2006
          • 270

          #5
          Re: Looking for a good free compiler for C++

          Um... what? Dev-C++ isn't a c++ compiler... it's an IDE (Integrated Development Environment). There are two major c++ compilers available for windows - MSVC and mingw. The first is commercial and comes with Microsoft Visual C++ and the other is a free windows version of the ubiquitous linux c++ compiler gcc. Many people tend to prefer MSVC for some reason (apparently mingw is a little bit lacking in some features compared to the original gcc) but the choice is yours, I guess. Dev-C++ does come with mingw, btw. Another IDE that I recommend is code::blocks.

          -fs

          Comment

          Working...