Home > Common Problem > body text

The difference between vc and vs

(*-*)浩
Release: 2020-01-06 10:26:47
Original
20257 people have browsed it

The difference between vc and vs

VS is Visual Studio, which is a tool set provided by Microsoft and consists of a variety of tools.

VS can support C/C, VB, JAVA, and C# programming. (Recommended learning: phpstorm)

However, only one programming method can be supported at a time. After the VS installation is completed, you will be asked to choose a commonly used language when you run it for the first time. If you choose C/C, then it will become a platform that can perform C/C programming, which may be what you call VC.

If you don’t want to use C/C, you only need to modify its initialization settings and choose another programming language, and it will become a programming environment for another language.

VC is Visual C, an independent C/C development tool. The more famous one is VC6.0. The current VC2010 is actually VC10.0.

To put it more simply, take VS2010 and VC2010 as an example. VS2010 is equivalent to Office2010, including World2010, Excel2010, etc., and VC2010 is equivalent to World2010.

VS (virtual studio) is an integrated tool developed by Microsoft that can develop C, C#, HTML, VB, etc.

VC (virtual c) is a tool specially developed for C. When you enter VS, you will be prompted to choose a development environment. If you choose C, you will choose the VC programming platform.

When using the windows platform for development, when downloading third-party libraries, you often encounter commands with the VCxx version number in the file name. How to convert the VC version into the corresponding VS version? Here is a summary of vc and vs relationship.

Microsoft Visual Studio 6.0:          VC6.0
Microsoft Visual Studio .NET 2002:     VC7.0 
Microsoft Visual Studio .NET 2003:     VC7.1 
Microsoft Visual Studio 2005:       VC8.0 
Microsoft Visual Studio 2008:       VC9.0
Microsoft Visual Studio 2010:       VC10.0
Microsoft Visual Studio 2012:       VC11.0
Microsoft Visual Studio 2013:       VC12.0
Microsoft Visual Studio 2015:       VC14.0
Copy after login

The above is the detailed content of The difference between vc and vs. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
vs
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!