CIS-255 Home:
http://www.c-jump.com/bcc/c255c/c255syllabus.htm
C++ object lifecycle
- Controlling object creation and destruction
- Controlling object creation
- Constructors
- Sub-object constructors
- Default constructors
- Other constructors
- Rules for implicit default constructors
- Array of objects and default constructor
- Function default parameters
- More function default parameters
- Dynamic memory allocation
- Destructors
- Chain of Destructors
- Destructor example
- Using destructors
- References
- Reference examples
- References themselves can't be changed
- Reference to a member
- Copy constructors
- The need for a copy constructor
- Copy constructor example
- Calling copy constructors