iostream not visible in g++

Eljay Love-Jensen eljay@adobe.com
Fri Jan 7 12:37:00 GMT 2005


Hi Prabhas,

This worked for me:

#include <iostream>
int main()
{
     std::cout << "Hello world" << std::endl;
}

What's your source code?

HTH,
--Eljay



More information about the Gcc-help mailing list