Statistical analysis. Implement the computation of various simple statistical measures:
Implement the computation as algorithms taking data in as an iterator range. Implement also a program that reads data from a file and applies the algorithms.
STLize. Rewrite some non-STL code you have written earlier using STL extensively.
Own topic.