On Mon, 22 Nov 1999, Tim Beauchamp wrote: > #include<iostream.h> > > void main() > { > cout << "Hello World\n"; > } > > When I compile, I get unresolved externals for the cout and << % gcc hello.c++ -o hello++ -lstdc++ %