i started reading my first book about Visual C++ and i didnt learn C++... only i know how to treat with Turbo C++ so there is an
important question...does Visual C++ compiler understand TURBO C++ functions?
or it only understands C++ functions?
This is a discussion on Beginner with VC++ within the Windows Programming forums, part of the Platform Specific Boards category; i started reading my first book about Visual C++ and i didnt learn C++... only i know how to treat ...
i started reading my first book about Visual C++ and i didnt learn C++... only i know how to treat with Turbo C++ so there is an
important question...does Visual C++ compiler understand TURBO C++ functions?
or it only understands C++ functions?
No there are functions that are not standard and are implemented differently in various compilers.....
So some of the old DOS functions for Turbo C++ will choke on VC++, but then VC++ has capabilities not present in TurboC++