Search:

Type: Posts; User: Eibro

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    28
    Views
    22,293

    What do you suggest? Setting a socket to...

    What do you suggest? Setting a socket to non-blocking mode and spinning the CPU until you can accept a connection?

    No, anonytmouse's method blocks perfectly well.
  2. Replies
    28
    Views
    22,293

    Why else would you want accept() to die? That...

    Why else would you want accept() to die? That socket is typically used for nothing more than accepting clients.
  3. Replies
    28
    Views
    22,293

    Eh? His would require another thread to set the...

    Eh? His would require another thread to set the quit event.
  4. Replies
    28
    Views
    22,293

    Simply closing the socket from another thread...

    Simply closing the socket from another thread will cause accept() to return.
  5. Thread: Multiplayer

    by Eibro
    Replies
    2
    Views
    2,310

    You could also use one of the asyncronous...

    You could also use one of the asyncronous facilities Win32 provides, such as completion ports, completion routines, WSAAsyncSelect WSAEventSelect, GetOverlappedResult. Look them up on MSDN, it should...
  6. Replies
    39
    Views
    8,839

    Made by you, at least? Are you accepting...

    Made by you, at least? Are you accepting tutorials written by others? I wrote a little something up the other day while I was bored. If you're interested, take a look at...
  7. Replies
    39
    Views
    8,839

    I don't mean to take anything away from what...

    I don't mean to take anything away from what you're attempting here, but these types of tutorials have been done to death. There's more to the Win32 API than just the GUI. Perhaps you could write...
  8. Replies
    39
    Views
    8,839

    Time to nitpick.This is the virtual address where...

    Time to nitpick.This is the virtual address where your executable module is loaded.

    Your WM_CLOSE handler shouldn't fall through to WM_DESTROY like this. Wait till you process WM_DESTROY to quit....
  9. Thread: BSc, BCSc

    by Eibro
    Replies
    8
    Views
    3,855

    Yes, different schools. I talked to a few people,...

    Yes, different schools. I talked to a few people, but none of them gave me a clear concise answer. Their explanations were packed with a lot of 'I think' and 'maybe's. If they're truly the same...
  10. Thread: BSc, BCSc

    by Eibro
    Replies
    8
    Views
    3,855

    BSc, BCSc

    I'm curious to know if anyone knows the difference between a
    "Bachelor of Science with a major in Computer Science" and a
    "Bachelor of Computer Science"
    Those who i've asked already have been...
  11. Replies
    15
    Views
    4,689

    Not strange at all. p' = qp(q*) OR p' =...

    Not strange at all.

    p' = qp(q*) OR
    p' = (q*)pq depending on your definition of quaternion multiplication. I've seen two different forms, and the result is that quaternion concatenation takes...
  12. Replies
    19
    Views
    6,112

    Have you successfully registered the channel? The...

    Have you successfully registered the channel? The old password was vixxxen, I don't know if it expired or not.
  13. Replies
    24
    Views
    3,677

    I'm not reading all that, but i've got one thing...

    I'm not reading all that, but i've got one thing to say. C++ is totally the best ever!!!!
  14. Thread: "Profile"

    by Eibro
    Replies
    10
    Views
    3,378

    You must be using Linux. It doesn't support that...

    You must be using Linux. It doesn't support that kind of advanced browsing. You're going to need a more powerful operating system, say, Windows 95.
  15. Thread: "Profile"

    by Eibro
    Replies
    10
    Views
    3,378

    It's just you. Or maybe it's that stuff I...

    It's just you.
    Or maybe it's that stuff I slipped into your soup.
  16. Replies
    56
    Views
    11,274

    They consumed the corpses in a post-battle ritual.

    They consumed the corpses in a post-battle ritual.
  17. Thread: Side effects

    by Eibro
    Replies
    4
    Views
    3,431

    Side effects

    Hmm, would there be any terrible side effects if delete[] was called on something allocated with new? (as in, calling delete[] on a single entity)
  18. Replies
    49
    Views
    7,158

    Eh, it's been done. 1/10

    Eh, it's been done.
    1/10
  19. Thread: My uncle died

    by Eibro
    Replies
    13
    Views
    4,286

    Yeah?? What about that one on Jupiter (or is it...

    Yeah?? What about that one on Jupiter (or is it Mars...)
  20. Replies
    26
    Views
    6,178

    News flash! A better operating system has already...

    News flash! A better operating system has already been made: click.
  21. Replies
    20
    Views
    5,222

    What??? I thought professional programmers wore...

    What??? I thought professional programmers wore capes to work and ate caviare all day.
  22. Replies
    91
    Views
    21,110

    I can play games just fine on Win2K Pro.

    I can play games just fine on Win2K Pro.
  23. Replies
    10
    Views
    3,564

    You could always inject a DLL into the target...

    You could always inject a DLL into the target process. This is exactly what Jeff Richter does in "Advanced Windows" when manipulating a listview belonging to another application.
  24. After much thought, i've come up with two other...

    After much thought, i've come up with two other options for you. You can remove hair from somewhere else (I recommend your eyebrows) and tape it to your face (I recommend scotch tape)

    The other...
  25. Zakk, please, shut up.

    Zakk, please, shut up.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4