Search:

Type: Posts; User: r063r

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,341

    yes you are right, I'll keep that in mind

    yes you are right, I'll keep that in mind
  2. Replies
    18
    Views
    2,341

    Hi Yes that is possible, here is an example: ...

    Hi

    Yes that is possible, here is an example:


    int i = 1;
    for (int n = 0; n < 5; n++)
    {
    for (int x = 0; x < i; x++)
    {
  3. Replies
    2
    Views
    2,592

    Thanks that worked.

    Thanks that worked.
  4. Replies
    2
    Views
    2,592

    recv data with sockets

    Hi

    Im not sure if this post should be in this board or the network programming board, anyway here is my question.

    I am coding a server program with sockets on linux and when I got to the recv...
Results 1 to 4 of 4