Results 1 to 2 of 2

Thread: Different compilers?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    86

    Different compilers?

    I was looking through a list of different C++ compilers and there were 3 main ones.

    Visual C++
    Borland
    Dev-C++

    I am just wondering if there is actually any difference in the programming aspect of these compilers. Which one is the best?

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Dev-C++ is an environment, that uses the GCC C++ compiler (GNU Compiler Collection).

    The main thing to watch out for is how conformant they are to the relevant standards. From what I've seen, I would put GCC, followed by Visual C++ 7, followed by Borland.

    Under Windows, I prefer VC++ to GCC because its more suited to the OS, but for any Unix work I always use GCC in favour of any specific vendor's tools if I can.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width