Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introducing with Microsoft visual C++ software development Environment Instructor: Professor Brian J. d'Auriol, Ph.D. TA: Rossi Kamal Course: Advanced.

Similar presentations


Presentation on theme: "Introducing with Microsoft visual C++ software development Environment Instructor: Professor Brian J. d'Auriol, Ph.D. TA: Rossi Kamal Course: Advanced."— 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 1

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

3 Environment for visual C++ 3

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

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

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

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

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

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

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

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

12 Output 12

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

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

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

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

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

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

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

20 Project environment 20 Project Name Header Files Source Files


Download ppt "Introducing with Microsoft visual C++ software development Environment Instructor: Professor Brian J. d'Auriol, Ph.D. TA: Rossi Kamal Course: Advanced."

Similar presentations


Ads by Google