1 / 20

Introducing with Microsoft visual C++ software development Environment

Introducing with Microsoft visual C++ software development Environment. Instructor: Professor Brian J. d'Auriol, Ph.D. TA: Rossi Kamal Course: Advanced Object Oriented Programming September, 2011. How to open Microsoft visual studio?. Click on start menu

mingan
Download Presentation

Introducing with Microsoft visual C++ software development Environment

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. Introducing with Microsoft visual C++ software development Environment Instructor: Professor Brian J. d'Auriol, Ph.D. TA: Rossi Kamal Course: Advanced Object Oriented Programming September, 2011

  2. How to open Microsoft visual studio? • Click on start menu • choose All Programs from the popup menu, • then choose Microsoft Visual Studio

  3. Environment for visual C++

  4. How to create a project? (Step-1) Select new then click on project

  5. How to create a project? (Step-2) Select this GettingStartedOOP Put file name

  6. Project environment Project Name insert #include<iostream> Header Files using namespace std; Source Files Replace it with int main() Automatically Created By Visual Studio 2010

  7. How to create a file? (Step-1) Select source

  8. How to create a file? (Step-2) Put file name MyAPP

  9. How to create a file? (Step-3)

  10. How to create a file? (Step-4)

  11. How to compile and execute? • Compile: CTRL+F7 • Executing: CTRL+F5

  12. Output Output

  13. How to Add multiple .h file (step-1) Select Header file All .h files are placed in Header Files

  14. How to Add multiple .h file (step-2) Select .h file Put file name MyHeader

  15. How to add multiple .cpp file (step-1) Select Source Files All .cpp files are placed in Source Files

  16. How to add multiple .cpp file (step-2) Select C++ File(.cpp) HelperApp Insert File Name

  17. How to open existing project? (step-1) Select Open Then Click Project/ Solution

  18. How to open existing project? (step-2)

  19. How to open existing project? (step-3)

  20. Project environment Project Name Header Files Source Files

More Related