On 23 Feb 2001, Ben Pfaff wrote: > Jeffrey Utter <utterjef@zelda.cl.msu.edu> writes: > > > On Fri, 23 Feb 2001, root wrote: > > > #include <iostream> > > Try useing iostream.h if you haven't done that yet.. > > No, <iostream.h> is for old C++, standard C++ uses plain > <iostream>. Ben is right, but both ways still work.