VC compiler version

Source: Internet
Author: User
Ben ArticleTransferred from chinaunix.net to jiangyue gu district
Sometimes you need to determine the version of the compiler you use when using coding. The following are some of the versions I have used: visual c ++ 4.2 10.20 visual c ++ 5.0 11.00 visual c ++ 6.0 12.00 visual c ++ 2002 13.00 visual c ++ 2003 13.10 visual c ++ 2005 14.00, for visual C ++ 2008 of RTM, the compiler version should be 15.00. Some online articles describe these versions as 6.0, 7.0, 7.1, 8.0, and 9.0, which are mixed with Visual Studio versions. In fact, it is easy to write a small ProgramTo confirm:
Main () {print ("% d", _ msc_ver );}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.