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