|
-
May 17th, 2001, 11:35 PM
#1
Thread Starter
New Member
Is VC++ and Turbo C++ the same?
I used to learn C using Turbo C++ 4.5.
But what is the main difference between Visual C 6.0 and Turbo C++ 4.5
Does VC have more capabilities?
-
May 18th, 2001, 03:36 AM
#2
Frenzied Member
Well yes, MSVC++ is much more powerful that TC++. TC++ is a 16 bit compiler (for DOS applications), VC++ is 32 bit and has loads of different stuff, good debugger , it is most widely spread etc.
In other words it is the best.
-
May 18th, 2001, 02:34 PM
#3
VC++ might have some other things that other compilers don't have, e.g: _int64.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|