difference between Borland c++ and Visual C
hi friends,
From many days I wanted to create some application in Windows.
Now which IDE would be better (I am also a bit confused with the term IDE )
Turbo c or Borland C++ bulder or Visual c
Whatz the difference between these things??
Please someone clear my confusion.
Also I dont think learning the C which we studied in our colllege would be enough for this !!
Also please help me to learn this...
alvalany
Junior Poster in Training
61 posts since Jul 2009
Reputation Points: 8
Solved Threads: 2
Don't use Turbo C, I would go for Microsoft Visual C++.
Tutorial to get you started on windows programming. [link]
William Hemsworth
Posting Virtuoso
1,591 posts since Mar 2008
Reputation Points: 1,429
Solved Threads: 129
Why not?
It's ancient and there's just so many reasons to use an up-to-date compiler, can't be bothered listing them.
William Hemsworth
Posting Virtuoso
1,591 posts since Mar 2008
Reputation Points: 1,429
Solved Threads: 129
That is what I thought you were going to say. Please check your facts before turning people off to a good compiler. Turbo C++ has an up-to-date version from around 2006. As far as I know, it conforms to the standard. If you are going to bash Turbo C++, at least make it clear what version you are attacking and why.
Most of the people who use Turbo C/C++ do so because they want to make use of old headers likegraphics.h. and FYI I wasn't bashing, he asked which one he should use and even if Turbo C++ is now compliant to the standard, I would still have said MSVC++ for reasons such as the debugger.
William Hemsworth
Posting Virtuoso
1,591 posts since Mar 2008
Reputation Points: 1,429
Solved Threads: 129
Don't use Turbo C, I would go for Microsoft Visual C++.
Tutorial to get you started on windows programming. [link]
What about borland c++ builder?
Actually I wanted to choose the best one for wndows appl dev.
alvalany
Junior Poster in Training
61 posts since Jul 2009
Reputation Points: 8
Solved Threads: 2
Turbo C++ has an up-to-date version from around 2006. As far as I know, it conforms to the standard.
Yes it is. But it is also called C++Builder, not Turbo C++. William was advising against the use of Turbo C++, not C++ Builder and they arenot the same thing. Windows 3.1 != Windows 7 :)
What about borland c++ builder?
Actually I wanted to choose the best one for wndows appl dev.
Visual Studio Expresss is my personal favourite. I like the debugger a lot and although some people say that the UI is a but cluttered, I'm quite fond of it. You can download it by clicking the link. (choose the C++ version )
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
Another reason not to use Turbo C for Windows programming -- it can not be use for that. Turbo C is a 16-bit compiler and can not access any of the 32-bit MS-Windows libraries or DLLs.
I didn't realize Turbo C++ Explorer is no longer available. It must not have become very popular, nothing like its predecessors Turbo C or Turbo C++.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
I didn't realize Turbo C++ Explorer is no longer available. It must not have become very popular, nothing like its predecessors Turbo C or Turbo C++.
I think that has something to do with the 'ring' the name has with programmers who only know Turbo as an outdated compiler (like me). Tom is right on that point, Turbo has been bashed on for a few years now and that is indoctrinating the "younger" programmers like myself.
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
I have solved all problems now as I am using gcc compiler now.
alvalany
Junior Poster in Training
61 posts since Jul 2009
Reputation Points: 8
Solved Threads: 2
IDE STANDS FOR Integrated design environment. it is something similar to WYSIWYG editors.
THE Differences between tc++ and visual c++ is diffference in the header files,otherwise the syntax is same.
and libraries and DLLs -- tc++ doesn't use dll's.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
I however always did get a laugh when I went to Microsoft for some tutorial or sample code on something, then found out that what their tutorial was teaching was wrong or that their sample code did not work. Microsoft products are a joke.
Yes, their documentation was notoriously horrible in past years (10+ years), but they've cleaned it up quite a bit since then.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343