Text Book:
Starting Out with C++: Early Objects (International Ed. Or 7th Ed.) (Author), Judy Walters (Author), Godfrey Muganda
"C++ Programming :From Problem Analysis to Program Design" , D.S. Malik
You can optionally follow C related subjects from following text book
Lecture Notes :
Final Uploads (IntegerSet Solution)
Midterm Exam 1 Topics:
- IO streams (Text files)
- PLP (const member fucntion and const arguments)
- default function arguments
- reference type
- operator overloading (binary,unary)
- Constructor, Destructor, Copy Constructor
- dynamic memory allocation (new opertor and delete operator)
- this pointer
- friend functions
- deep copy, shallow copy
- StringSet, IntegerSet
- Date Question, Date class solution
|