Friday 15 February 2013

Can I set the Visual Studio compiler to conform to a specific version of c++? -


Can I set the Visual Studio Compiler corresponding to a specific version of C ++ (like C ++ 03 or C ++ 11)? if so, how?

I am using Visual Studio 2010.

No, you can not do much more than just the only flag to control the language / Za (Do not use Microsoft extension), and it is so broken that MS STL is not even tested with it, and parts can not be compiled - not to mention the Windows SDK header .

No comments:

Post a Comment