C++ Version in Visual Studio 2005
-
How to know the C++ version in Visual Studio 2005, rather VC++. I am little confused here because VC++ in Visual Studio 2005 is called as VC8, but would like to know the actual C++ compiler version. I read it as version 14 somewhere but I don't know how to read from the code. Thanks
-
How to know the C++ version in Visual Studio 2005, rather VC++. I am little confused here because VC++ in Visual Studio 2005 is called as VC8, but would like to know the actual C++ compiler version. I read it as version 14 somewhere but I don't know how to read from the code. Thanks
A quick way would be running
CL.EXE
form the Visual Studio 2005 Command Prompt. By chance here I've the 2005: it gives "Version 14.00.50727.42" :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
How to know the C++ version in Visual Studio 2005, rather VC++. I am little confused here because VC++ in Visual Studio 2005 is called as VC8, but would like to know the actual C++ compiler version. I read it as version 14 somewhere but I don't know how to read from the code. Thanks
-
-
Raghuveer D wrote:
How to know the C++ version in Visual Studio 2005, rather VC++.
Please do not remove questions, especially when they have been answered. This information may be useful to other readers of the forum.
It's time for a new signature.