Name: Anonymous 2008-04-22 20:33
Does your project use iostream? I always hear about iostream as the example of C++'s bloat, do those forced to use the language actually use it?
cout.writef("Hello, ").writef("world!").writef(endl);
cin.readf(i);