Thread
:
cout << "It's a new member!";
View Single Post
Apr 7th, 2006, 9:11 PM
#
2
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
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
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei