How to use VS2013 to run a C/C++ program - VS2013 tutorial

Time: 2020-09-18Source: Huajun Software TutorialAuthor: Aotuman

Don’t you know how to run a C/C++ program when operating VS2013? Below, the editor will share the operation content of using VS2013 to run a C/C++ program. I hope it will be helpful to you.

Open VS013,

1.jpg

Click File - New - Project Options on the menu bar.

2.jpg

Then click "Visual C++" in the pop-up window, and then click the win32 console application on the right.

3.jpg

Click "Next".

4.jpg

Check as shown in the picture below (note: for the circle option below, only check "empty items")

5.jpg

Right-click Source Files in the new project, click Add, then click New Item.

6.jpg

Select "C++ File" in the pop-up window.

7.jpg

In the newly created C file, write the simplest program.

8.jpg

Finally, press the ctrl+F5 key combination to run the program, as shown in the figure.

9.jpg

Above, I have shared with you how to use VS2013 to run a C/C++ program. Friends in need should hurry up and read this article.

Related articles更多>>

Popular recommendations