View Single Post
Old May 14th, 2006, 8:28 PM   #10
kp4621
Newbie
 
kp4621's Avatar
 
Join Date: May 2006
Posts: 12
Rep Power: 0 kp4621 is on a distinguished road
Send a message via Yahoo to kp4621
kp4621@gmail.com

Quote:
Originally Posted by DaWei
"Ident" is what I said when my mom asked who did the Bad Thang.
For a old guy your pretty funny... NOT... What makes you think you can criticize what people say. You have no control over what people have to say and they can say it any way that they feel like it.
__________________
Help me out and get rewards , K.O. Hosting


#include <iostream>

using namespace std;

int main()
{
   int name;

   cout << "Please enter your name: " << endl;
   cin >> name;
   cout << "Hello " << name << " Please go jump off a cliff !!" << endl;

return 0;
}
kp4621 is offline   Reply With Quote