I decided to play with C++ and discovered that
libg++ is missing. To make things more frustrating, I can't
find it either. :)
Try this:
#include <stream.h>
int main(void)
{
cout << "Hello World\n";
return(0);
}
call it hello.cc
g++ -o hello hello.cc (to compile)
Thanks,
Dan
--
Dan Miner
email: dminer@cs.umr.edu
Computer Science
University of Missouri-Rolla "It all begins with a glimmer."