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,
Click File - New - Project Options on the menu bar.
Then click "Visual C++" in the pop-up window, and then click the win32 console application on the right.
Click "Next".
Check as shown in the picture below (note: for the circle option below, only check "empty items")
Right-click Source Files in the new project, click Add, then click New Item.
Select "C++ File" in the pop-up window.
In the newly created C file, write the simplest program.
Finally, press the ctrl+F5 key combination to run the program, as shown in the figure.
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.