View Single Post
Old Apr 7th, 2006, 9:11 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Search the forum; it's a common question. You might also enjoy reading the forum's rules/FAQ, a "How to Post..." thread, etc., just to get a feel for the community.

if (cin.good ()) cout << "Wecome aboard" << endl;
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote