Click to See Complete Forum and Search --> : VC++ 6.0 student


Drew
November 9th, 2001, 01:54 PM
What are the differences between VC++ 6.0 and Visual C++.net? Where can I read about the differences and see some of the new compiler?

nicky99
January 23rd, 2002, 04:24 AM
there is nothign called vc++ .net it is actually vc++7 ,nothing more than extended c++ facilities available.
vc++ .net doesnt makes platform independednt resultant exes ,only vb .nt and c#,as .net makes such results.

Brad Jones
January 24th, 2002, 05:45 PM
The next version of Visual C++ is currently being called "Visual C++ .NET" on the Microsoft sites. If it follows the offical naming of C# -- which I've seen -- then it will be "Microsoft Visual C++ .NET" (with registered and/or trademark sybmols thrown added) or more appropriately, "Microsoft Visual C++ .NET Standard Edition", etc.

Having said all that, it will be version 7 of Visual C++ which ironically is not necessarily the seventh version.

Brad!