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 |
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. |