Course Web Pages
Related LinksFree eBooks
|
ClassesThe videos below explain how to define classes with data members and member functions, how to instantiate objects, access data members, call member functions, define and use constructors, specify private and public access levels, define accessors and mutators, and how to define and use constant and static member functions. The examples are taken from Beginning C++ Through Game Programming, by Michael Dawson. Simple Critter Constructor Critter Private Critter Private Critter with Header File private_critter_with_header.zip Static Critter Critter Caretaker Exercise
|