lab # 0 (developing project)

21
COMPUTER PROGRAMMING Lab # 0 [email protected]

Upload: danish-noor

Post on 22-May-2015

189 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Lab # 0 (developing project)

COMPUTER PROGRAMMING

Lab # 0

[email protected]

Page 2: Lab # 0 (developing project)

How we will Proceed Announcements, and for other course materials on

yahoo group http://tech.groups.yahoo.com/group/cpp_au_f11/

Attendance first 15 min

Ask questions, participate actively in class

Copying assignments results in zero

No late assignments will be accepted Quizzes would be unannounced, expect a quiz in

every lab

Computer Programming in C++ 2

Page 3: Lab # 0 (developing project)

Lab Marks distribution

Quizzes 10% Assignments 5%

Lab participation 5%

Total 20%

Or as according to Course instructor

Computer Programming in C++ 3

Page 4: Lab # 0 (developing project)

Platform

Microsoft Visual Studio C++

Computer Programming in C++ 4

Page 5: Lab # 0 (developing project)

•Building our first C++ Project

Computer Programming in C++ 5

Page 6: Lab # 0 (developing project)

Computer Programming in C++ 6

Page 7: Lab # 0 (developing project)

Computer Programming in C++ 7

Page 8: Lab # 0 (developing project)

Computer Programming in C++ 8

Page 9: Lab # 0 (developing project)

Computer Programming in C++ 9

Select Win32 Console

Application

Page 10: Lab # 0 (developing project)

Computer Programming in C++ 10

Name of the project

Hit to save

Page 11: Lab # 0 (developing project)

Computer Programming in C++ 11

Select the

location

Page 12: Lab # 0 (developing project)

Computer Programming in C++ 12

After Selection

Hit Ok

Page 13: Lab # 0 (developing project)

Computer Programming in C++ 13

Hit Finish

Page 14: Lab # 0 (developing project)

Computer Programming in C++ 14

Hit Ok

Page 15: Lab # 0 (developing project)

Computer Programming in C++ 15

Class Generated

Page 16: Lab # 0 (developing project)

Computer Programming in C++ 16

Page 17: Lab # 0 (developing project)

Computer Programming in C++ 17

Page 18: Lab # 0 (developing project)

Computer Programming in C++ 18

Write file

name

Location

Project name

Page 19: Lab # 0 (developing project)

Computer Programming in C++ 19

Select

Hit Ok

Write file

name

Location

Project name

Page 20: Lab # 0 (developing project)

Computer Programming in C++ 20

Text Editor

Workspace window

Page 21: Lab # 0 (developing project)

Lab work

Make five projects with different namesMake five .cpp files in these projects

Computer Programming in C++ 21