Best Program
What is your best program?
Could you provide:
1. Name of program
1 2 3
|
string name ;
cout<<"Enter the name." <<endl ;
cin>> name ;
|
2. Code for program
|
cout<<"Could you enter the code." <<endl ;
|
Thanks!
1 2 3 4 5 6 7 8 9 10
|
...
void Spammer::GoToSleepAndRest(bool forceIfNotResponding)
{
...
}
Spammer* mcqueen = new Spammer;
mcqueen->GoToSleepAndRest(true);
delete mcqueen;
mcqueen = 0;
|
Topic archived. No new replies allowed.