Thread: what's the best compiler out there?

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    5

    what's the best compiler out there?

    Right now I'm using Dev-C but on another board I was advised to get a new one. What's the bets one to get?

  2. #2
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    CodeWarrior and Visual C++ are good.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  3. #3
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Borland C++ Builder is a nice RAD (rapid application developement) tool .
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  4. #4
    Registered User tgm's Avatar
    Join Date
    Jun 2002
    Posts
    150
    The compiler you have (Dev-C++ uses MinGW) is a high quality compiler. The IDE is not quite as professional. So, if you're looking for a better compiler, you really don't have to (as most of them you will have to pay for). If you are looking for a better IDE then I would suggest MS Visual Studio.

  5. #5
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    You gotta be kidding me! Just two spots below this thread is a long thread about which compiler somebody should get. Hyperganon, please look to see if there are any recent thread about a topic already before you post a new topic. This will prevent us from having an abundance of the same repetitive threads.

  6. #6
    Registered User
    Join Date
    Sep 2002
    Posts
    5
    I've searched a few sites for MCVC++ but I can't find it. Where can I downlaod it (For free)

  7. #7
    Registered User tgm's Avatar
    Join Date
    Jun 2002
    Posts
    150
    You can't, legally.

  8. #8
    Shadow12345
    Guest
    add CarlosTheJackass to your aim list

  9. #9
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    I find that the best compiler is gcc for Linux.

  10. #10
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I'm not going to be the first to point this out but there is no better compiler. It all depends on what you thing better is. Some like fast, some like flashy ide's, some want small exe's, others want fast exe's, others want a smart compiler...Well compilers certainly have come a long way over the years. I would say the mingw, cygwin, and msvc++ are my favorites. The most current Dev-C++ is a probably the best free C++ IDE out but VC++'s is the still champ there. It is a good idea to have several compilers and see what gives you the best results for your project.

    This is a stupid question to ask on the boards, by the way. It usually ends with an argument over how stupid one person thinks Borland's compilers are (that is usually me) and another saying otherwise--well maybe that hasn't happened yet. But you won't ever get a satisfactory answer.

  11. #11
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Try using just a comman line compiler and a good text editor. Lately I have been creating two batch files, compile.bat that compiles and links everything and clean.bat which cleans all the object files from the director. Then I will just load notepad and edit my files, click compile.bat, then click on the executable it created.

  12. #12
    I wish I had the money to buy a good IDE....sigh

  13. #13
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    I've been thinking about buying Codewarrior sometime in the near future, but I'm reluctant to buy it without trying it first. In fact I don't think I've even seen a screenshot of it. I went to the site for it, but I only remember finding a little bit of info about it's features. Maybe I should go have another look...

  14. #14
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    I spent $64 on Borland C++ Builder 6 Personal, never use it. I used it some at first, but I don't like it as much as I thought I would, I may try to set it up with Allegro, then I would use it. Most of the IDE is about the form editor, not the actual code editor.

  15. #15
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Oh that sucks, Josh. Hey, did you ever get a 'showable' version of the IDE you were creating a while back? If so I wouldn't mind taking a look at it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. 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
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM