Search:

Type: Posts; User: akurdas

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    4,756

    I know I have to communicate with all of the...

    I know I have to communicate with all of the other client threads connected. What I don't know and need help with is how to communicate with all of the client threads to send the message out
  2. Replies
    9
    Views
    4,756

    I've been working on it since yesterday, but no...

    I've been working on it since yesterday, but no result.
    All the files are inside the attachment maybe someone can point me to the right direction. All I need to do is sending data from one client to...
  3. Replies
    9
    Views
    4,756

    yes I know that, but the problem is recv() blocks...

    yes I know that, but the problem is recv() blocks the code, so its impossible to loop between different client sockets. it keeps waiting on the first client socket, which makes it impossible to...
  4. Replies
    9
    Views
    4,756

    thanks for the answer I corrected those parts,...

    thanks for the answer I corrected those parts, but still don't know how to send a data from one client to another client through the server.
  5. Replies
    9
    Views
    4,756

    multi-threaded chess using winsock

    I've been working on a small network based chess application. I managed to create a server that can handle multiple connections, however I don't know how to send data from one client to another...
  6. I don't get it. the formula I'm using in the code...

    I don't get it. the formula I'm using in the code is correct. The problem is in floating point numbers. I understand the solution, but I don't know how to apply it to my code.

    This is the problem;...
  7. I made a little bit of research and it seems like...

    I made a little bit of research and it seems like the way I'm doing it is prone to floating-point precision issues. Can anyone tell me how to solve this issue?

    I changes the code a little bit its...
  8. Approximate the value of pi using circle mehod?

    Hello

    I'm trying to write a program which approximate the value of pi using the area of a quarter circle using rectangles. I wrote the program and it works fine, however the last 2 output( 100000...
Results 1 to 8 of 8