Quick Start Guide for Visual Studio 2010
Starting Visual Studio 2010 for the first time VS will ask which environment settings will be loaded as an default environment.
Basic IDE (Integrated Development Environment)
New Project Basically all programs are managed as a project. New project: File New Project
Choose the type of the project ① ② ③ ④
Application Wizard: Important!! ① Click here!!! Very important!! Do not select “finish” ②
Then the Application Wizard will be Click here!!! Very important!! ① Now you can finish the wizard! ②
Make your new source file
Choose the new item type ① ② ③ ④
Write down your own code
Building: Compiling and Linking
How to run the program
ETC…. Debug mode Release mode Build Configuration manager