I need to know if i can use microsoft visual C++ 6.0 enterprise edition to code, compile, and link regular C++ code or do I have to go learn Visual C++. Also what is the difference between VC++ and C++.
As far as I know, VC++ fully deals with ANSI C++ code, and the MSDN doc explicitly emphatizes what is "Microsoft Specific".
If you want to write portable C++ code in VC++, just take care of the MFC use. Apart of that, it is a good VC++ compiler and integrated environment.
(Written by a borland/inprise addict !)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.