Midterm 2 Review
Tom Kelliher, CS17
Apr. 19, 1996
- Simple selections:
- if
- if/else
- if/else if/else if/.../else
- The notion of true/false in C++.
- Relational, equality operators.
- Simple loops --- while.
- Modular programming
- Functions: declaring, defining, calling.
- Formal, actual parameters.
- Return values.
- Identifier attributes
- Scope.
- Visibility.
- Lifetime.
- Formatted I/O --- programming exercises 1--3 on pp. 337--338.
Thomas P. Kelliher
Mon Apr 15 18:11:42 EDT 1996
Tom Kelliher