Home > Article > Software Tutorial > List of specific steps to create a C project in vs2010 (Visual Studio)
Are you still confused about how to use VS2010 to create a C# project? PHP editor Strawberry brings you a detailed operation guide designed to solve the difficulties you encounter when creating projects. This guide will walk you through the entire process step-by-step, simplifying your project creation experience. Continue reading below to learn the specific steps to create a C# project in VS2010 and easily start your development journey.
First we open the vs2010 (Visual Studio) software, and then develop tools.
Then click [New Project] to open the new project window. Select [Win32]->[Win32 Console Application].
Then enter [Project Name] and click the [OK] button.
At this time we click]Next[, select the empty item[, and click the Finish[button].
Click on the project you just created. Select the source file [, right-click] and add [->] New item [.
Then we open the new item window and click] Visual C++ [->] C++ file [->] Name [->] Add [
Write test program.
After the final test program is written, execute the test program and view the results.
The above is the detailed content of List of specific steps to create a C project in vs2010 (Visual Studio). For more information, please follow other related articles on the PHP Chinese website!