CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 48 of 63 FirstFirst ... 384546474849505158 ... LastLast
Results 706 to 720 of 939
  1. #706
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Originally posted by souldog
    Nah, that earthquake was over a hundred miles north of me.


    I can't resist :wave :cry :cry :cry BOOH HOO HOO
    well at least your not dead....i would have cried for all about two seconds

  2. #707
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    Originally posted by Mick
    well at least your not dead....i would have cried for all about two seconds
    2 seconds... I consider that an accomplishment...

    void CRY()
    {
    :cry
    }

    void STOP_BLUBBERING
    {

    }

    void OnSouldogsDeath
    {
    SetTimer(2000);
    CRY()
    }

    OnTImer()
    {
    STOP_BLUBBERING();
    }
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  3. #708
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    :wave

  4. #709
    Join Date
    Sep 2002
    Location
    Belarus - Tirol, Austria
    Posts
    647
    if things go the right way today, I'll be out of here till Jan 8.
    So I want to say Happy New Year to you guys!

    And some smiles from me for the common collection:
    :wave
    "UNIX is simple; it just takes a genius to understand its simplicity!"

  5. #710
    Join Date
    Sep 2003
    Location
    Forever Gone... For Now...
    Posts
    1,515
    Originally posted by Mick
    777:lol :thumb :wave :blush :cry :ehh :sick
    come the fire
    come the change
    lick the rose of Venus, shame

    come the night
    come the death
    down the path out of

    seven
    seven
    seven is my name
    seven come
    and seven go
    and seven
    still remain

    seven
    seven
    seven is my name
    seven on the grandest scale
    and seven
    still remain
    Thought for the day/week/month/year:
    Windows System Error 4006:
    Replication with a nonconfigured partner is not allowed.

  6. #711
    Join Date
    Dec 2003
    Posts
    220
    :ehh :sick :cry :wave
    vicodin = victor code in (?)
    451=for find one ??? (incorrect English though)

  7. #712
    Join Date
    Jun 2003
    Location
    Heck-:D-Hokkaido.
    Posts
    47
    ,
    Last edited by VuQ_Le; December 25th, 2003 at 09:28 AM.

  8. #713
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    why I'm thinking about adoption when/if I hit 60

    Dec 24 1997

    It is revealed that actor Woody Allen (age 62) was married to his adopted daughter Soon-Yi Previn (age 27) in Venice, Italy yesterday. She becomes her own stepmother, and Woody his own neurotic son in law.

  9. #714
    Join Date
    Dec 2003
    Posts
    220
    [edit].....[/edit]
    Last edited by Homestead; December 26th, 2003 at 12:30 PM.

  10. #715
    Join Date
    Nov 2001
    Location
    Beyond Juslibol
    Posts
    1,688
    Hey guys I have an enormous programming problem and I don't know what to do, you must help me to solve it please!!!!!

    I have an object of the class CWoman called woman

    But when I try to do:

    woman.SetWidowText(_T("Happy"));

    I get a run time error because its husband has not died yet.

    I also have tried this before:

    delete (woman.m_husband)

    But I get the run time error: "The indicated element cannot be found".

    I have entered the debug mode and I have seen that woman.m_husband is in the same memoy address than woman.m_bestfriend.

    What can I do? Help me please!

  11. #716
    Join Date
    Oct 2002
    Location
    Arkansas, USA
    Posts
    189
    Code:
    ThirdParty tp("Doctor Luz");
    switch (tp.RealisticallyEvaluateSituation(woman.PresentRelationship()))
    {
        case AVOID_INTERFERENCE_AT_ALL_COSTS:
            tp.m_SufferShortTermPain = TRUE;
            tp.m_SufferLongTermPain  = FALSE;
            tp.m_LiveWithManyRegrets = FALSE;
            break;
    
        case DISRUPT_CUR_RELATIONSHIP:
        case IGNORE_GOOD_ADVICE:
            tp.m_SufferShortTermPain = FALSE;
            tp.m_SufferLongTermPain  = TRUE;
            tp.m_LiveWithManyRegrets = TRUE;
            break;
        }

  12. #717
    Join Date
    Nov 2001
    Location
    Beyond Juslibol
    Posts
    1,688
    Interesting class...

    is it freeware?
    can I use it for commercial purposes?
    Have you tested it?

  13. #718
    Join Date
    Oct 2002
    Location
    Arkansas, USA
    Posts
    189
    Originally posted by Doctor Luz
    Interesting class...

    is it freeware?
    can I use it for commercial purposes?
    Have you tested it?
    >> is it freeware?
    Yes.

    >> can I use it for commercial purposes?
    The sound principles that this class is founded on are beneficial for all endeavors and in all situations.

    >> Have you tested it?
    Yes. Also independantly verified as sound code by many graduates of the School of Hard Knocks.

  14. #719
    Join Date
    Sep 2002
    Location
    Philadelphia ***Epoch: Timeless***
    Posts
    560
    Can I see the source code? I'd like to make sure it's not unstable.
    SolarFlare

    Those who cling to life die and those who defy death live. -Sun Tzu

    cout << endl;
    return 0;
    }

  15. #720
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Originally posted by SolarFlare
    Can I see the source code? I'd like to make sure it's not unstable.
    it depends on who long you run it at a customers site....less than 13 years or greater than 45 then it's pretty stable (on the average)...otherwise...one week out of the month it's very unstable...

Page 48 of 63 FirstFirst ... 384546474849505158 ... LastLast

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