Thread: Compilers

  1. #1
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065

    Compilers

    I used search and I didn't find a similar post from the past (which suprised me), but I could be wrong.

    Anyway, I was just curious as to what compiler(s) everyone is using and why they chose it/them.

    I started learning with Borland's free command-line compiler. Then my boss bought me MSVC++ 6.0 which is what I use now.

    I downloaded DevC++ earlier tonight just to check it out. I haven't had a chance to mess with it yet, but at least it looks "pretty" .

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    363
    You could have atleast had a poll.
    The last time this kind of thread came up it had a poll.
    Just for that I'm not gonna post a reply to this therad.
    If you own a piece of land and there is an volcano on it and it ruins a
    nearby town, do you have to pay for the property damage?

  3. #3
    Unregistered
    Guest
    >You could have atleast had a poll.
    >The last time this kind of thread came up it had a poll.

    On the polls on this you can only choose 1 option, I've not seen polls where you can choose many options. Many programmers use more than one compiler and besides it is almost impossible to to list all compilers in the poll. So to me it seems valid not having a poll at a thread like this.

    >I used search and I didn't find a similar post from the past
    >(which suprised me), but I could be wrong.

    It surprises me that you haven't found something. In the past there have been threads like this. I'm not sure if it was on on the GD board, but on the C board there sure are threads like this.

    >I was just curious as to what compiler(s) everyone is using and
    >why they chose it/them.

    I've used several compilers for several languages, but these are the C/C++ compilers I currently use most:

    GCC: for work
    Keil C: for work
    Visual C++: just for fun and it's nice for Windows programming.

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    There is an option to have more than 1 choice in a poll....but I dont know if its implemented on this site.
    Other than that I totally agree with the last post........this thread has appeared over and over again......

    ....but as we have this thread ....


    VC++6 (ent)
    DevC++ 4
    Turbo C

  5. #5
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Originally posted by shtarker
    You could have atleast had a poll.
    The last time this kind of thread came up it had a poll.
    Just for that I'm not gonna post a reply to this therad.
    You just did dude.

  6. #6
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    Visual C++ 7 Alpha for Windows(I have special connections)
    Turbo C++ 3.1 for DOS
    G++ for linux

  7. #7
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    MSVC++ 6
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  8. #8
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    MS VC++ 6 - every day
    Borland C++ 5.5 - rarely
    Borland Delphi - 2-3 times a week
    MS Visual Basic - 2-3 times a month
    Borland Turbo Pascal - 2-3 times a week
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  9. #9
    Seņor Member
    Join Date
    Jan 2002
    Posts
    560
    Visual C++ 7 Alpha for Windows(I have special connections)
    Visual C++ 7 is out... and why would you want an alpha version?

    I use dev at school beause my version of MSVC 6 is pirated and the school is worried about getting sued. I MSVC++ a little more, but if you're considering cost, dev is much better.

  10. #10
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    for development-
    MSVC 6 (pro)

    finishing the product-
    GCC on *nix
    MinGW on Windows
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  4. compilers
    By ZakkWylde969 in forum C Programming
    Replies: 12
    Last Post: 06-17-2003, 01:40 PM
  5. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM