Is MSVC++ Standard C++
-
Hi I will want to know: is latest version of VC correspond ISO C++ Standard? Ernst
-
Hi I will want to know: is latest version of VC correspond ISO C++ Standard? Ernst
No, VC 6.0 is not ISO compliant. Nor will the new version be when Visual Studio NET is released, although it should be alot better than the current version. Bear in mind that there aren't many ISO C++ compilers available - In fact I don't believe that there are ANY ISO C++ compilers, but I'm sure someone will correct me if I'm wrong. James
-
Hi I will want to know: is latest version of VC correspond ISO C++ Standard? Ernst
The "latest" version of VC++ is 3 years old, and was never intended to be ISO compliant (since the standard wasn't finished when it was written). VC7 will be much closer, but will still lack a few important features like Partial Template Specialization. They claim that VC8 will have a heavy standards focus, and that it won't take 3 years for it to reach the light of day ;)