Select a question set for further details...
Name | Topic(s) |
---|---|
Console Stream Review | cin and cout |
cin Review | cin itself |
Library Review | making your own libraries |
string Review | the C++ string class |
Basic class Review | basic classes |
Intermediate class Review | classes |
Name | Topic(s) |
---|---|
1D vector Review | 1D vectors |
Review of List Management | lists in vectors |
Review of Searching & Sorting vectors | vector searching/sorting |
2D vector Review | 2D vectors |
1D Array Review | 1D arrays |
Review of List Management | lists in arrays |
Review of Searching & Sorting Arrays | array searching/sorting |
C-string Review | C-strings |
2D Array Review | 2D arrays |
Name | Topic(s) |
---|---|
Pointer Review | pointers (not dynamic memory) |
Iterator Review | iterators of a vector or string |
Dynamic Memory Review | dynamic memory |
Name | Topic(s) |
---|---|
Basic File Handling Review | simple file handling |
Stream Formatting Review | formatting on (output) streams |
Stream Processing Review | processing data from a stream |
Data Formatting Review | laying out data in a file |
Operator Overloading Review | overloading operators |
String class Review | using String objects This is NOT on the exam except possibly as bonus material. The case study is used as a basis for several labs and can be useful in some projects as well. |
Name | Topic(s) |
---|---|
Basic Inheritance Review | class inheritance |
Basic Polymorphism Review | inheritance-based polymorphism |
Advanced Inheritance and Polymorphism Review | advanced class inheritance and polymorphism |
Name | Topic(s) |
---|---|
template Function Review | function templates |
Function Argument Review | function arguments and function objects |
template class Review | class templates |
Advanced templates Review | templates in action! |
Name | Topic(s) |
---|---|
Algorithm Analysis Review | analyzing algorithms |
Recursion Review | calling a function from itself! |
Linked Lists Review | linked data structures |
Stacks & Queues Review | piling it up or lining it up |
Trees Review | how tall and leafy! |
Exceptions Review | using exceptions wisely |
Assert Review | assert vs. proper design |
Lambda Review | lambda functions and you! [no answers] |
namespace Review | proper use of namespaces [no answers] |
Last modified 01/08/2024 18:01:31.
It is now 3/15/2025, 1:54:33 AM.
Date you last viewed this page: That's for you to know and ...well, that's for you to know.
© 1993-2025 Jason James (email — craie@acm.org — for permissions &/or details)