CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 31 of 366 FirstFirst ... 21282930313233344181131 ... LastLast
Results 451 to 465 of 5489
  1. #451
    Join Date
    Feb 2003
    Location
    Bangalore, India
    Posts
    1,354
    Originally posted by Ness
    You mean the one hwere you're clinging onto a cardboard box and someone stepping on your hand? Oh...I remember that evil little smile...

    I am so evil
    Hey that was satan simon, wasn't it? Do I look like him?
    Even if our suggestions didn't help, please post the answer once you find it. We took the effort to help you, please return it to others.

    * While posting code sections please use CODE tags
    * Please check the codeguru FAQ and do a little search to see if your question have been answered before.
    * Like a post, Rate The Post
    * I blog: Network programming, Bible

    I do all things thru CHRIST who strengthens me

  2. #452
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238
    Originally posted by Matthew Joy
    Hey that was satan simon, wasn't it? Do I look like him?
    nah... he looks more like this...

  3. #453
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238
    I see that I'm still victorious, that good .
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  4. #454
    Join Date
    Jun 2004
    Posts
    0
    I want to win.

  5. #455
    Join Date
    Feb 2003
    Location
    Bangalore, India
    Posts
    1,354
    Originally posted by YourSurrogateGod
    nah... he looks more like this...
    Well...register???
    Attached Images Attached Images  
    Even if our suggestions didn't help, please post the answer once you find it. We took the effort to help you, please return it to others.

    * While posting code sections please use CODE tags
    * Please check the codeguru FAQ and do a little search to see if your question have been answered before.
    * Like a post, Rate The Post
    * I blog: Network programming, Bible

    I do all things thru CHRIST who strengthens me

  6. #456
    Join Date
    Feb 2003
    Location
    Bangalore, India
    Posts
    1,354
    Originally posted by YourSurrogateGod
    I see that I'm still victorious...
    ..for the moment...
    Even if our suggestions didn't help, please post the answer once you find it. We took the effort to help you, please return it to others.

    * While posting code sections please use CODE tags
    * Please check the codeguru FAQ and do a little search to see if your question have been answered before.
    * Like a post, Rate The Post
    * I blog: Network programming, Bible

    I do all things thru CHRIST who strengthens me

  7. #457
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238
    Originally posted by Mathew Joy
    Well...register???
    Darn doesn't work .

  8. #458
    Join Date
    Jan 2004
    Location
    Earth
    Posts
    567
    Code:
    m_RootLine->NextLine=m_SelectedLine->NextLine;
    m_SelectedLine->NextLine->PrevLine=m_RootLine;
    delete m_SelectedLine;
    m_SelectedLine=m_RootLine->NextLine;
    m_SelectedSeg=m_SelectedLine->LastSeg;

  9. #459
    Join Date
    Feb 2003
    Location
    Bangalore, India
    Posts
    1,354
    Code:
    goto Winner;
    Even if our suggestions didn't help, please post the answer once you find it. We took the effort to help you, please return it to others.

    * While posting code sections please use CODE tags
    * Please check the codeguru FAQ and do a little search to see if your question have been answered before.
    * Like a post, Rate The Post
    * I blog: Network programming, Bible

    I do all things thru CHRIST who strengthens me

  10. #460
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238
    I WON, I WON!!!!!! WOOOHOOO!!!!!

    Where can I claim my prize ?

  11. #461
    Join Date
    Feb 2003
    Location
    Bangalore, India
    Posts
    1,354
    Beep..Beep..overriding current status to arrive at the previous status. Beep..Beep..program complete.

    Even if our suggestions didn't help, please post the answer once you find it. We took the effort to help you, please return it to others.

    * While posting code sections please use CODE tags
    * Please check the codeguru FAQ and do a little search to see if your question have been answered before.
    * Like a post, Rate The Post
    * I blog: Network programming, Bible

    I do all things thru CHRIST who strengthens me

  12. #462
    Join Date
    Sep 2002
    Location
    Philadelphia ***Epoch: Timeless***
    Posts
    560
    Originally posted by YourSurrogateGod
    I WON, I WON!!!!!! WOOOHOOO!!!!!

    Where can I claim my prize ?
    At the end of the thread .
    SolarFlare

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

    cout << endl;
    return 0;
    }

  13. #463
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238
    Originally posted by SolarFlare
    At the end of the thread .
    Well where is it ?

  14. #464
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588
    Honestly, this thread is a waste of server ressources...
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

  15. #465
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238
    Originally posted by Yves M
    Honestly, this thread is a waste of server ressources...
    As are 50% of all threads in the chit-chat forum. Personally if Solar deleted it(not to pick on Solar so that he'd get admonished or anything for starting it ), I would think that overall, it's not a bad idea.

Page 31 of 366 FirstFirst ... 21282930313233344181131 ... 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