On Wednesday, September 4, 2002, at 07:10 PM, Nicholas Hardy wrote:

When I try to compile by typing g++ test.cpp the compiler doesn�t seem to be taking in the header #include <iostream> �because I get errors in regards to cout.
What do I do?

'cout' lives in namespace 'std' so you need to say something like
std::cout << ...

-Devang

Thanks.

Nicholas Hardy
[EMAIL PROTECTED]

Reply via email to