Thread: BoralndBuilder vs. Visual C++

  1. #1
    Unregistered
    Guest

    Exclamation BoralndBuilder vs. Visual C++

    Hey guys!
    Im in a troubling dilema...
    I've started to learn C++ and im learning it REALY FAST/
    I started lastnight on www.cprogramming.com and have finished most of the tutorials.
    Im real seriuos about programing C++ so I went out looking for a realy good compiler.
    I went to hastings to look at thier software. I saw AN AMAZING PROCE on 2 compilers
    there was:
    Borland C++ builder 5 for $55
    Microsoft Visual C++ for $55
    (They were booth acedemic editions)
    I want to program games, and make them apps for WINDOWS, not dos. Does that mean i should get Visual C++?
    I guesse I'm kinda leaning twad Visual C++ because its made by microsoft AND because it looks like its more gearded to do windows apps.
    Is this a good desiciosn?

  2. #2
    Seņor Member
    Join Date
    Jan 2002
    Posts
    560
    Visual C++ is a really fast and powerful compiler. It's only downside that I can see is it's cost, so if you don't mind paying the $, go for visual.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Location
    England
    Posts
    121
    Yeah Visual C++ any day (although 'because it's made by Microsoft' is NEVER a good reason to buy anything . VC++ has a better resource editor, easier to manage project workspaces, its much more widelye used (more tutorials available) and it has MFC (actually Borland might have MFC, but if it does I'm sure VC's will be better).

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    75

    Visual C++

    I would definently go for visual c++. You can have no fear of lack of support would this compiler. Not now and not in the future.

    Also, when you get more mastered in c++, you will find that most books that address themselves as tutorials toward a certain topic assume you have visual c++.

    Not to mention visual c++ has gone through many revisions.

  5. #5
    Registered User
    Join Date
    Feb 2002
    Posts
    11

    Why not..

    Why not borland c++ 5? it is as powerful as visual c++, and it can create GUI very easily. tell me some disadvantages of BC++, cause I want to choose too.
    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM