Hint for Final Exam:
You may need to look over EXAM1 & EXAM2.
- Understand the benefits of each data structures.
Click here to see
examples.
- Compare vector and array,
vector and list,
list and vector.
- How to declare a vector (How to call the constructor) and
use vector's functions. (push_back, pop_back)
- Pointers: Declare and dereference
- Stack, queue: How to operate them.
- How to dynamic allocate a memory.
- Class and objects: write member functions, declare
objects, and call functions.
- Operator overload, template class,
constructor.
- Hands-On Parts: Do jobs on array, vector and list.