CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Location
    Germany
    Posts
    10

    Question VC6 or Borland C++Builder ?

    Hello!

    I often hear that it is easier to work with Borland C++ Builder
    than with VC++6. Is it right?

    Thanks for every info!

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125
    There really is no right answer

    It depends on many other issues?

    1) What type of programs do you want to write? Which one has the better support libraries for you desired task?

    2) Which one can you get more support for? This includes co-workers/other students, friends, etc.

    3) Although MS has a reputation of being more expensive, standard VC7 is only $105 US. So financial issues (though they do exist) are minimal.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    Join Date
    Nov 2002
    Location
    Sofia, Bulgaria
    Posts
    661
    I think that BCBuilder has an easy way for making dialogs similar to the one of Delfi and Basic but although it supports MFC I think you had better use MSVC
    Microsoft has all software markets and MS programs are more ms compatable than borland programs. MFC is essental for windows programming. OWL (the borland object windows libarary) is dying.
    also for MSVC there is MSDN which is very conviniant and has an answer to almost every question (for the other ones there is CodeGuru )
    Little programmers work with BCBuilder... That's my advice but don't think its the best. The Builder might have some advantages of which i don't know about.
    Good luck deciding!
    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames

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

Featured