New to GCC

Richard Sandiford rsandifo@redhat.com
Sat Aug 14 09:29:00 GMT 2004


This list is about development of gcc.  Use gcc-help@ for help on using it.

jlopes151@comcast.net writes:
> void Widget::displayName(){
>          cout << "Name of widget " << widgetName << endl;
> }

Should be "std::cout".

Richard



More information about the Gcc mailing list