UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
5. C++ Features and Constructs (cont'd)
February 11, 1999
[Previous Lecture]
[Next Lecture]
- Remember that the rules (command lines) in makefiles must be
indented with the TAB character, not spaces.
- The Computer Science Help Center is now open.
- Source code for Quicksort (pp.80-81)
- The Fraction class (p.82)
- Default constructor
- Overloaded constructors
- Default function arguments
- Reference parameters
- The const qualifier
[Previous Lecture]
[Next Lecture]