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?
Printable View
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?
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.
VC++ might have some other things that other compilers don't have, e.g: _int64.