void printMap( const map theMap & ) { theMap.iterator it = theMap.start(); while ( it != theMap.finish() ) { cout <