Thread: what compiler does every one use?

  1. #1
    dazed
    Guest

    what compiler does every one use?

    what compiler does every one use?

    I use Borland and Dev C++

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    I use MSVC++ 6.0 Enterprise Edition (<- sounds fancy,but i only
    use the c++ compiler)

  3. #3
    Neoseeker's master master2000's Avatar
    Join Date
    Dec 2002
    Posts
    101
    C++ for me its the easiest

    same as Travis Dane
    missles on metriods

  4. #4
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    He asked for the compiler

    Like Borland or DEV or VC

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    I use mingw mostly, I also use borland bcc55 sometimes, but i don't use command line stuff, i actually haven't looked at how to use it that way...I use those two with Quincy2000.

  6. #6
    booyakasha
    Join Date
    Nov 2002
    Posts
    208
    gcc - GNU project C and C++ compiler
    or
    CC - Sun WorkShop Compilers C++ 6

  7. #7
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    I'm a mac addict. On my iBook at home I use Macintosh Programmer's Workshop (MPW) because it is the only free compiler I could find for Mac OS. At school I use Metrowerks Codewarrior. I prefer Codewarrior due to its easy interface and better debugging system.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  8. #8
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    MS Visual Studio 6.0 Enterprise
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  9. #9
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    MingW(GCC)
    The world is waiting. I must leave you now.

  10. #10
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    gcc (djgpp) for C programs only (when i installed it i forgot to do the c++ stuff and am too lazy to figure it out now)

    gcc (mingw) for C and C++

    lcc (win32) for C, usually for little win32 programs

    pacific (dos) for C, usually for little dos programs (16 bit .exe's can get pretty small! )
    hello, internet!

  11. #11
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Visual Studio .NET Enterprise Architect 2003 Final Beta
    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.

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

  13. #13
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    80% - Codewarrior
    15% - MSVC++6
    5% - Mingw

  14. #14
    Programming Sex-God Polymorphic OOP's Avatar
    Join Date
    Nov 2002
    Posts
    1,078
    MSVC++ 6.0 but it's got way to many problems with compiling C++ code. I'd like to get Codewarrior or at least MSVC++ .NET so that I have a compiler which lets me do what I should be able to do.

  15. #15
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Polymorphic OOP
    MSVC++ 6.0 but it's got way to many problems with compiling C++ code. I'd like to get Codewarrior or at least MSVC++ .NET so that I have a compiler which lets me do what I should be able to do.
    The most recent version of Devc++ comes with the Mingw compiler (gcc port) and that is very up to date

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