View Single Post
  #7  
Old 08-14-2003, 11:31 AM
predominant
Sarnak
 
Join Date: Jun 2003
Location: Newcastle, Australia
Posts: 73
Default

Thanks again for the prompt reply. I'll try these when I get home. Could I get some more clarification regarding these instructions from Trumpcard?

Quote:
Theres some namespace clashes in there... No idea what version of gcc, but when you see the undeclared reference to std::cout , try to add a using namespace <std> (think thats the syntax) to define the namespace.
Cheers,
Predominant

edit:
gcc is version 3.2.2
Reply With Quote