Thread: Which compiler is better?

  1. #1
    moemen_ahmed
    Guest

    Which compiler is better?

    I used to use visual basic , right now i like to step into C++, I thought that Visual C++ is the best, but was astonished that many people use others(Dev and Borland..........etc)
    why? Im wondering............thanks in advance

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    Visual C++ is a good compiler, if u can afford a couple hundred dollars, most people use Dev-C++ because:

    1) Yes, it is a good compiler (not as good as VC++ IMO)
    2) Visual C++ is a bit out of their price range (Dev-C++ is free)
    3) They are beginners

    [EDIT]

    Oh and another thing, if u dont switch VC++ to release mode, you get extreamly big filesizes

    [/EDIT]
    Last edited by Okiesmokie; 06-28-2002 at 05:12 PM.
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  3. #3
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    gcc exists almost everywhere. (it's what powers gcc). and it's free. it can do a lot of stuff that vc++ can do, given the right configuration.

    borland also released a free command line compiler. it also does much of what visual c++ does. it's also very simple to use.

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