CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mdmd

Page 1 of 51 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    623

    Re: Problems with 'switch' and 'while'

    1)
    int choice is declared twice in the same scope. Rename one or use only one
    2)
    Labels don't have scope but switch{} does. If you want to declare a variable for a label, use brackets.
    case (1)...
  2. Replies
    2,690
    Views
    1,014,899

    Re: What Song Are You Listening To Now¿

    Bridge to Nowhere, by Victor Sierra
  3. Re: Browser back button and "alltagscloud" in history

    It doesn't show up in Firefox's browser history and doesn't affect the back button, but does show up in Firefox's page info as being loaded with the pages as a dependency.
  4. Browser back button and "alltagscloud" in history

    Its kind of annoying when the back button doesn't work properly
    with "http://www.alltagscloud/icons/index" getting stuck in the browser
    history with every page visited.
  5. Replies
    27
    Views
    2,931

    Re: I hate the new Promotion !

    I tried with IE6 and its about the same. The new crane
    ad took less - 20-30%.
    Of course, this machine was made ~97 and is only 1ghz I figure most people are more blessed, Mr Dually :)
  6. Replies
    27
    Views
    2,931

    Re: I hate the new Promotion !

    With the guy playing around with the magnet, Firefox still goes into 90s.
    With the guy just dangling from the magnet, Firefox ranges from 35-50, usually in the mid 40s.
    Without the ad? 0 but I...
  7. Replies
    6
    Views
    1,023

    Re: Proper way to wait for a thread to return.

    When I say event, I mean the event created/opened by CreateEvent() and
    OpenEvent(), not a GUI event. Which is what you mean by event ?

    Don't use Sleep() because you're never guaranteed that the...
  8. Replies
    6
    Views
    1,023

    Re: Proper way to wait for a thread to return.

    It looks like you just want to wait for an Event handle instead of polling
    for a variable change. I imagine that if the right-click event takes much
    time this little loop will suck up a lot of CPU...
  9. Thread: Free Mick now!

    by mdmd
    Replies
    42
    Views
    5,632

    Re: Free Mick now!

    I think this is what he wanted - he could take it no longer.

    He committed Moderator Suicide.

    It was hard at the end, but he is happy now.
    He said "everything is OK now, everything is OK".
  10. Replies
    149
    Views
    11,492

    Poll: Re: Has CG gone to the crapper?

    Now, if the ad pointed to a whitepaper that existed, I'd say "OK", but it gave
    me a file-not-found error. That's, you know, crappy.
  11. Replies
    17
    Views
    2,540

    Re: Who wants the crapper thread reopened?

    Well that thread was an interesting diversion from watching .net 2 bluescreen
    win2000. So, reboots 'n reboots :thumb: .

    BTW Yves isn't a liberal - he's from Spain!!!!
  12. Replies
    17
    Views
    2,540

    Re: Who wants the crapper thread reopened?

    I know. He should be closing the threads in the technical forums that
    go nowhere because the OP doesn't want to post an intelligible question
    or details about his issue. Those are actually...
  13. Replies
    17
    Views
    2,540

    Who wants the crapper thread reopened?

    Geeze, it sparked my interest in codeguru again! Mick brought back some
    life!
  14. Replies
    149
    Views
    11,492

    Poll: Re: Has CG gone to the crapper?

    Did you post micro-code ? :D
  15. Thread: CPU cycles

    by mdmd
    Replies
    15
    Views
    3,006

    Re: CPU cycles

    And if you click the ad you get more of the same, except larger and with
    optional sound !
    And if you want to download the whitepaper they're advertising ? Now get it,
    this is a whitepaper about...
  16. Replies
    7
    Views
    1,085

    Re: transition to computer field....career advise

    A good number of people graduate with 4-6 year degrees without good
    coding skills and they get hired by people without good coding skills and
    continue through their career without good coding...
  17. Thread: CPU cycles

    by mdmd
    Replies
    15
    Views
    3,006

    Re: CPU cycles

    Firefox 2.0 is working dandy. Maybe the prior version really is buggy
  18. Thread: CPU cycles

    by mdmd
    Replies
    15
    Views
    3,006

    Re: CPU cycles

    Yup. Without the IBM ad my pages load twice as fast. With the ad, my cpu ranges up to 96 as they increase their graphics. Of course, I made this machine in 97 so it ain't the fastest.
  19. Replies
    149
    Views
    11,492

    Poll: Re: Has CG gone to the crapper?

    I just saw him a second ago !

    I miss galathea and rxbagain. galathea's posts were always
    an education. But I see JohnCZ is still cranking!!!
    Paul ? Paul ?

    I used to whine about the ads...
  20. Replies
    13
    Views
    1,756

    Re: The Genographic Project

    Oh, I think we all know one special Singaporian Army Dude who has this number beat by a long shot :wave:
  21. Thread: Family guy

    by mdmd
    Replies
    5
    Views
    1,697

    Re: Family guy

    I kind of liked the FCC episode - side boobs and all that.
  22. Replies
    7
    Views
    1,796

    Re: You trying to tell me something ?

    Yep. Sewing. Previously it was from just the non
    programming places like ChitChat. This one(now)is from
    visualc++.
    If they could feed me some knitting ads, that'd be OK
    because I don't sew; I...
  23. Thread: wht nbr

    by mdmd
    Replies
    0
    Views
    868

    wht nbr

    wl th be
  24. Replies
    3
    Views
    738

    Re: Button question from a newbie

    You need owner drawn when:
    Prior to XP
    With XP but without proper manifest.

    Code Guru Code Samples for the button using MFC.
  25. Thread: debug help

    by mdmd
    Replies
    2
    Views
    781

    Re: debug help

    When you're inside a member function you can see the value of the 'this'
    pointer. It is automatic in the 'Variables' debug window - there is a 'this'
    tab and it is also automatically in the...
Results 1 to 25 of 1270
Page 1 of 51 1 2 3 4





Click Here to Expand Forum to Full Width

Featured