|
This course begins with a basic explanation of C++ components and quickly progresses to writing real object-oriented programs. Sample listings, complete with sample output and an analysis of code, illustrate the topics of the day.
Objectives:
After completing this course, students will be able to:
- Use data types, variables, and constants
- Use operators to manipulate C++ expressions
- Do advanced programming with functions
- Use statements and loops to control program flow
- Use classes and objects
- Enter, compile and link C++ programs
Topics:
- Day 1: Getting Started
- Day 2: The Parts of a C++ Program
- Day 3: Variables and Constants
- Day 4: Expressions and Statements
- Day 5: Functions
- Day 6: Basic Classes
- Day 7: More Program Flow
- Week 1 in Review
- Reference
|