View Poll Results: What do you suggest me to buy ?

Voters
19. You may not vote on this poll
  • Borland C++ Builder 6 (Personal Ed.)

    6 31.58%
  • MS Visual C++ (Personal Ed., I think.. whichever is the cheapest)

    13 68.42%

Thread: Which compiler do you suggest ?

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    5

    Which compiler do you suggest ?

    I am thinking of buying a compiler.
    I want to go either for MS Visual C++ or for Borland C++ Builder
    (less than 100 bucks) 'cause I can't pay more than that.

    Which one do you suggest me to buy ?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Have you used / considered any of the free compilers on offer?

    Most of these are perfectly adequate for learning C and C++ with.

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    10
    dude free is cool.
    www.bloodshed.net
    devC++

  4. #4
    Unregistered
    Guest

    Microsoft ?

    What ??
    I can't see why people are supporting Microsoft as opposed to Borland, the best company for compilers.

  5. #5
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    Well personally, MS Visual C++ for me. It works and is pretty much an industry standard (here anyway..) - and work and the games I play dictate I use a windows machine.

    I have also found that many text books refer to Visual C environment when describing some of the more IDE specific subjects. Some books are kind enough to mention anything that is different for Borland compilers, but not all of them. This is what initially swayed me to MS Visual C++ all those years ago.

    But then again, if you are not too worried about which platform you code on, then go open source, get FreeBSD or another open source *NIX flavour and use the supplied compiler.
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

  6. #6
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    If you want experience with a compiler which is most likely to help in finding jobs, get MS VC++.

    If you want to write really good Windows programs quickly & easily, get Borland C++ Builder.

  7. #7
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    That is a pretty good way to put it
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

  8. #8
    TK
    Guest
    If you want a compiler that actually works (allows you to write C++ code) than download Linux and use g++.

  9. #9
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    TK i couldn't agree more

    the first time i used UNIX and gcc/g++, i was hooked.
    especially with VI (arrgggghhh!!!!! :-)

    the problem is having to port things from one system to the other. so you'd wanna stick to a windows based compiler
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  10. #10
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    i hear dit was awsome, i downlaoded linux yellow dog. but i cant find out how to install it. some help?
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  11. #11
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    oh yeah, and a good site to find free popular linux releases is linuxos.com or its .org or something
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  12. #12
    or you can stick with Windows and use DJGPP

  13. #13
    Unregistered
    Guest

    Question

    which is better ?
    DJGPP or Borland C++ Builder ?????

  14. #14
    I like DJGPP better. But for windows, Dev-C++ definitely.

  15. #15
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    djgpp is free...
    but so is the command-line version of the borland compiler. definately use dev-c++ or borland for windows programming: djgpp can do the same but it's very... complicated.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  2. Help With finding a compiler
    By macman in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-15-2005, 08:15 AM
  3. Compiler questions
    By DvdHeijden in forum C++ Programming
    Replies: 6
    Last Post: 01-17-2005, 03:00 PM
  4. C Compiler
    By SAMSEIED in forum C Programming
    Replies: 5
    Last Post: 06-06-2002, 05:44 PM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM