UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
8. Arrays and Pointers (cont'd)
February 23, 1999
[Previous Lecture]
[Next Lecture]
Revised version of the Cirbuf class with copy constructor and
overloaded assignment operator
- Memberwise copy
- Memberwise assignment
- Situations where memberwise copy/assignment is unacceptable
- Copy constructor
- The this pointer
- Overloading the assignment operator
[Previous Lecture]
[Next Lecture]