Programming in c++ Author. Nell Dale Chip Weems Mark Headington Published By Higher Education Press Jones and Bartlett Publishers Dale/eems/Headington
1 Author: Nell Dale Chip Weems Mark Headington Published By Higher Education Press Jones and Bartlett Publishers
Programming in c++ Instructor: Yu Ruiguo E-mail:gyu@tju.edu.cn Assistant: Li QingSen E-mail:qingsenli@eyou.com Dale/eems/Headington
2 Instructor: Yu RuiGuo E-mail:rgyu@tju.edu.cn Assistant: Li QingSen E-mail:qingsenli@eyou.com
Programming in c++ Overview of Programming and Problem Solving Dale/eems/Headington
3 Overview of Programming and Problem Solving
Programming in C++ Chapter 1 Topics o Computer Programming %Programming Life-Cycle Phases Creating an Algorithm 8 Machine Language vs High Level Languages Compilation and Execution Processes 心C++ History Computer Components Computing Profession Ethics Problem-Solving Techniques
4 Chapter 1 Topics ❖Computer Programming ❖Programming Life-Cycle Phases ❖Creating an Algorithm ❖Machine Language vs. High Level Languages ❖Compilation and Execution Processes ❖C++ History ❖Computer Components ❖Computing Profession Ethics ❖Problem-Solving Techniques
Programming in C++ What is Computer Programming? olt is the process of planning a sequence of steps(called instructions) for a computer to follow STEP 1 STEP 2 STEP 3
5 What is Computer Programming? ❖It is the process of planning a sequence of steps (called instructions) for a computer to follow. STEP 1 STEP 2 STEP 3 . .