View Single Post
Old 10-09-2011, 08:46 AM   #46763
kate me
Senior Member
 
kate me's Avatar
 
Join Date: Oct 2010
Location: In the middle of nowhere
Posts: 612
Default

Hey, good idea!

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;
}

Last edited by kate me; 10-09-2011 at 08:54 AM.
kate me is offline