On Mon, 2002-12-02 at 05:30, Gabriel Arcos wrote:
> Hi, I'm trying to compile the C++ Hello world simple program using
> std::cout to print in the standard output, but I see nothing, there is
> any re-definition of the standard output in RH8? How can I fix it?

No... are you putting a newline at the end of your cout?

std::cout << "Hello World" << endl;




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to