Question on Visual Studio

Hi everyone.
I write a code with Visual Studio 2012, will it be an error when i try to open it in Visual Studio 2010? Will it work?
If you will write standard compliant code it should work.
However: VS project files mingh be not backward compatible (I believe this is untrue)
Earlier version of VS mihgt have compiler bug which was fixed later and which will prevent code from compiling.

Still I believe that yo should be able to backport your code (I doubt, that you will write enough complex code to trigger bugs)
it will depend if you used c++11 semantics.
note : vc10 -> vc100
vc12 -> vc110
vc13 -> vc120
Topic archived. No new replies allowed.