Thread: Best Compiler for C++

  1. #1
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608

    Best Compiler for C++

    What complier do you think is best fo C++ programming, and how much would you recomend buying microsoft visual studio?
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    17
    Hmmm, not sure if this is relevent.... but - I saw a test once where the person tried the VC++ 6.0 compiler.. and a borland one, I can't recite the facts (which are most important), but I do know - not only did the Borland compiler compile faster; it also ran faster. I don't know if that really helps, considering they were both close together...

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    I've heard that Microsoft Visual C++ is more powerful for Windows programming than Borland C++ builder, mainly because it supports the Windows architecture and other Windows stuff better. Maybe it is slower in compiling, but the most important thing is the result of the compilation.

  4. #4
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    I have Borland C++ Builder 6, and I have used Visual C++ 6 before, I find C++ Builder easier to develop Windows applications. I do not notice a difference in there speed. I liked the Visual C++ IDE a little better, maybe I just have not learned all about the C++ Builder one.

  5. #5
    Registered User Mario's Avatar
    Join Date
    May 2002
    Posts
    317
    There's no "best compiler" type of thingie.

    If there was we all would be using it and you wouldn't be asking this question.

    As for recommending VC. I do recommend it. Either VC or Borland. My opinion here is solely based on the IDE. I still have little knowledge of the language so that I can take the compiler into consideration.
    Regards,
    Mario Figueiredo
    Using Borland C++ Builder 5

    Read the Tao of Programming
    This advise was brought to you by the Comitee for a Service Packless World

  6. #6
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    honestly.... unless your like some hardcore programming freak...

    A free compiler like Dev-C++ would work just fine...

    I have dev-c++ and borland C++ and theres not that much difference.

    But for beginners... dev-c++ is the easiest to work.
    What is C++?

  7. #7
    Registered User NewbieVB's Avatar
    Join Date
    Apr 2002
    Posts
    41

    Arrow

    I may be bad at programming, but by far I know which is the best compiler okay get, <bold> Metrowerks Codewarrior 7.0!! </bold>

    What can it do that other compilers can't?
    First off it is a C/C++/Java compiler
    Then you can choose what OS you want to write code for. Such as Mac OS or Windows. I am at my cottage now so I can't run it to see if there are any other special features, although I am sure there are.

  8. #8
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    First off it is a C/C++/Java compiler
    Then you can choose what OS you want to write code for. Such as Mac OS or Windows. I am at my cottage now so I can't run it to see if there are any other special features, although I am sure there are.
    This does not make it a good C++ compiler. When talking about good compilers, we're usually talking about the result of the compilation. Is fast, does it take a lot of memory, does it make optimal use of the processor etc.

    I use GCC most. But for Windows programming, I prefer Visual C++. It is easy to use with all those other Windows stuff like MFC and it comes with a good debugger.

    [edit]
    But this ofcourse doesn't mean CodeWarrior is bad, I've heard very good stories about it. But I've never tried it.
    [/edit]

  9. #9
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    ive heard that gcc's programs run fastest. as for dos, probably turbo c++ ... windows? i dunno, maybe borlands .. speed does make a difference if youre coding 3d apps and games.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM