View Single Post
Old 10-09-2011, 09:18 AM   #46764
tsa
Playing character
 
tsa's Avatar
 
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
Default

int main()
//sorry for errors, I'm a beginer!
{
string choose;
string resume;
string enter;
string quit;
cin>>choose;
cout<<"Please select your choice : \n<<"Resume thread\n"<< Enter another thread\n"<< Quit current thread<<endl
if (choose== Resume );
cout<<You're atempt to kill this thread was unsuccesfull! Try again!<<endl
if (choose== Enter);
cout<<Leave?! So, you are NOT doing anything to kill this thread?!?! That is an illigal operation! Access denied! <<endl
else if (choose== Quit);
cout<< You are not able to leave this thread until U kill this thread!<<endl
cin>>exit;

return 0;
} ,int main()
//sorry for errors, I'm a beginer!
{
string choose;
string resume;
string enter;
string quit;
cin>>choose;
cout<<"Please select your choice : \n<<"Resume thread\n"<< Enter another thread\n"<< Quit current thread<<endl
if (choose== Resume );
cout<<You're atempt to kill this thread was unsuccesfull! Try again!<<endl
if (choose== Enter);
cout<<Leave?! So, you are NOT doing anything to kill this thread?!?! That is an illigal operation! Access denied! <<endl
else if (choose== Quit);
cout<< You are not able to leave this thread until U kill this thread!<<endl
cin>>exit;

return 0;
} , really?

tsa is offline