If you are looking for software to use, go to Huajun Software Park! software release
Location: front pageTutorial strategyTutorialComputer software tutorials How to use VS...

How to use VS2013-VS2013 tutorial

Author: Aotuman Date: 2020-09-18

VS2013
VS2013-Chinese version

programming tools Storage: 5.56GB Time: 2021-03-31

Software introduction: VS2013 Chinese version is a professional software development platform from Microsoft. The Visual Studio 2013 version has powerful functions and can...

Download now

There are many novice friends who say they don’t know how to use VS2013 software yet, but it doesn’t matter, because below the editor has shared the tutorial content about using VS2013. I hope friends in need can come and learn together.

Open VS2013, click File-----New-----Project in the upper right corner, or click New Project directly

1.jpg

Find Visual C++ in the pop-up new project and select Win32 console application. Select a location below, along with a name. Then click OK

2.jpg

Click Next in the pop-up dialog box, and then select an empty project in the additional options (if you want to use normal C functions, you can uncheck the Security Development Lifecycle (SDL) check) and then click Finish.

3.jpg

After creating the project, click on the project on the VS interface------Add new item, and then change the name in the add new item box from source.cpp to source.c (if you want to write C++, you don't need to change it) . Finally click Add, and then you can write code. (Press F5 to compile and run)

4.jpg

The above explains the operation content of using VS2013. I hope friends in need can learn it.

Related articles