Optional -- Make up points lost before the final
Goal -- Show your understanding of a part of the STL
Notes
There are few programming projects in Chapter 22...
Suitable Exercises
22.12 Vector palendrome
22.13 Eratosthenes Sieve using a bitset
22.14 More prime numbers
Extra Exercises
Use a stack of strings to reverse a sentence
sentence a reverse to strings of stack a Use
The Simpletron Computer
Described in Excersises Chapter 8 Numbers 18 and 19
But -- use something from the STL in the program rather
than arrays or do-it-yourself data structures.
Build Your Own Compiler
Chapter 20 exercise 26. However use the STL rather than
do-it-yourself data structures.
Note
To test the compiler you need a Simpletron computer so you might
like to work as a pair: one person emulates Simpletron and the
other works on the compiler.