CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Urgent Urgent Emergency...

    Please see here for details.

    If that is not sufficient...see here
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  2. #2
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    Re: Urgent Urgent Emergency...

    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
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  3. #3
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Urgent Urgent Emergency...

    Quote Originally Posted by Tom Frohman View Post
    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
    Tom,

    WHO CARES!?!?!?!?!?
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  4. #4
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    Re: Urgent Urgent Emergency...

    Quote Originally Posted by TheCPUWizard View Post
    Tom,

    WHO CARES!?!?!?!?!?
    I know I don't care.
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  5. #5
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Urgent Urgent Emergency...

    Quote Originally Posted by Tom Frohman View Post
    I know I don't care.
    And yet, there are many things that "I care to NOT know...."
    "
    Actually that could create some funny threads.... "Can any body tell how NOT to ......" any posts hich actually solved the problem would be considered off-topic..
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  6. #6
    Join Date
    Aug 2007
    Location
    Birmingham, UK
    Posts
    360

    Re: Urgent Urgent Emergency...

    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!

  7. #7
    Join Date
    May 2006
    Location
    Dresden, Germany
    Posts
    458

    Re: Urgent Urgent Emergency...

    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!

  8. #8
    Join Date
    May 2006
    Location
    Dresden, Germany
    Posts
    458

    Re: Urgent Urgent Emergency...

    Any suggestion?

  9. #9
    Join Date
    Dec 2004
    Location
    Poland
    Posts
    1,165

    Re: Urgent Urgent Emergency...

    This thread should be UnBumped. Where is moderator when you need one?
    B+!
    'There is no cat' - A. Einstein

    Use [code] [/code] tags!

    Did YOU share your photo with us at CG Members photo gallery ?

  10. #10
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    Re: Urgent Urgent Emergency...

    The solution:


    Code:
    void urgent()
    {
      return;
      return; // I really want to leave the function before this line but How?
    }
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured