Mini-C++ Lab
Univeristy of Milan 

Code written (by students) in class.

Build it simply with
g++ *.cpp -o myproject
(then execute myproject)

This one uses a templated (parametric) class for images.
Pixels can store booleans (as chars: 'T' or 'F'), integers, 
or RGB vectors.
Their export method uses the approirate PNM format.
