1 / 13

Quick Start Guide for Visual Studio 2010

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.

Download Presentation

Quick Start Guide for Visual Studio 2010

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Quick Start Guide for Visual Studio 2010

  2. Starting Visual Studio 2010 for the first time • VS will ask which environment settings will be loaded as an default environment.

  3. Basic IDE(Integrated Development Environment)

  4. New Project • Basically all programs are managed as a project. • New project: File New  Project

  5. Choose the type of the project ① ② ③ ④

  6. Application Wizard: Important!! ① Click here!!! Very important!! Do not select “finish” ②

  7. Then the Application Wizard will be Click here!!! Very important!! ① Now you can finish the wizard! ②

  8. Make your new source file

  9. Choose the new item type ① ② ③ ④

  10. Write down your own code

  11. Building: Compiling and Linking

  12. How to run the program

  13. ETC…. • Debug mode • Release mode • Build  Configuration manager

More Related