Please see here for details.
If that is not sufficient...see here
Printable View
This has been a test of the emergency preparedness system. Had this been a real emergency you would have been redirected to the Apathy Thread.
The Apathy Thread
I think you should be banned for the way you use the word "urgent" in the subject line. This kind of faulty spelling teaches the kids the wrong things. Someone with your experience should know better - we all know that it is spelled as "URGENT" - in all caps!
I tried to implement the "urgent" function:
This is what I have so far:
void urgent()
{
return; // I really want to leave the function before this line but How?
}
Pleaze pleaze help! I do need that to get my degree!
Any suggestion?
This thread should be UnBumped. Where is moderator when you need one?
The solution:
Code:void urgent()
{
return;
return; // I really want to leave the function before this line but How?
}