cout << "This is a title.";

Author: Gabu

Date: August 3, 2004

by Gabu
8-03-04
sm1->setIq(10);
IllegalOperationException on line 29 : Objects of class Stripmaker cannot have an IQ greater than 0.
while (true) { sm1.hitSelfOnHead(); }
cout << "rofl" << endl;
class Stripmaker { ~Stripmaker() { cout << "Good riddance." << endl; } };
Good riddance.