Thread: Which compiler do you use????

  1. #1
    Veni Vidi Vice
    Join Date
    Aug 2001
    Posts
    343

    Which compiler do you use????

    I donīt want to start a war just get I perspective view of which compiler programmers use theese days??? I donīt want to spend time learning just one when professional people use something else and must learn everything once more time when I start working. Which is the best compiler and why???

    Thx in advance

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    The only professional Compiler on the market today is Visual C++. The others just don't have all the features it has. Borland has no Unicode support for example. So it's out for professional use.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3

    Cool Compiler

    I use Microsoft Visual C++ Standard Edition because I can't afford Professional or Enterprise. So far it has been pretty good and easy to use and for $109 I would advise you to go find a copy.
    (It was hard for me to find Standard Edition anywhere but online stores!!)

  4. #4
    Unregistered
    Guest
    I use MSVC++ Enterprise; quite good, but a tad pricey. Having used several different compilers I think that MSVC++ is the best you can get at the moment.

  5. #5

    Post Compiler

    Another good thing about MSVC++ is that when you buy it it comes with a smaller version of Introduction to MSVC++ 6.0 Standard by Ivor Horton. And it comes with a C++ tutorial by Ivor Horton.

  6. #6
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    The only professional Compiler on the market today is Visual C++. The others just don't have all the features it has. Borland has no Unicode support for example. So it's out for professional use.
    Standard vc++ does not optimize. http://msdn.microsoft.com/library/de...r_optimize.asp

    This is all to shame because borland has a free optimising compiler, g++ is free and optimizes, and intel c++ has a for non-commercial free compiler which optimizes.

  7. #7
    Unregistered
    Guest
    what about through the project settings tab?

  8. #8

    Post I know

    Yeah that is the problem with MSVC++ Standard, I got $320 for Christmas so I am upgrading!!!!!!!!

  9. #9
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    what about through the project settings tab?
    Nick's correct, the Standard edition won't optimise. However, the original question was about professionally used compilers, not the best free/cheap ones. I doubt MSVC Standard edition is used much profesionally.
    zen

  10. #10
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Standard vc++ does not optimize.
    Might be true. However, which professional would use the standard version ? Borland has a nice free compiler. But as a professional you don't need it free. You need it to do the job. All of the job. Not just one part for free.

    And one additional remark: for professional work, the debugger is essential. Learn to use it as soon as possible, it saves hours and days of time. We see countless "my program crashes... why ?" questions on the boards. Those answering are no wizards. Either they spotted it, or, more likely, run it through a debugger. A debugger is your friend. Learn to use it.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

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