Search:

Type: Posts; User: 007fred50

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    8,120

    I'm working on ubuntu (linux) and Mac OS

    I'm working on ubuntu (linux) and Mac OS
  2. Replies
    4
    Views
    6,125

    Thanks it works :)

    Thanks it works :)
  3. Replies
    4
    Views
    6,125

    Hello, i'm trying to get variable in memory:...

    Hello,

    i'm trying to get variable in memory:
    guide here:
    Printing an address of a variable in C

    So i can get name of the string. and not address in memory
  4. Replies
    4
    Views
    6,125

    A way to printf out in printf?

    Hello,

    is there a way to printf out.

    what i want is explode (" ") into 1 line and no spaces.
    i'll explode it with ("_")


    int contents = 0;
    const char *setexplodetoname[] = {};
  5. Replies
    2
    Views
    5,177

    I found out: just add: if (recv(newSocket,...

    I found out:

    just add:

    if (recv(newSocket, file, 1024, 0))
    {

    }
    else
    {
  6. Replies
    2
    Views
    5,177

    C check if client is clsoed

    Hello,

    I'm write a C program.

    How can i check if the client is closed?

    I'm write a TCP Server and Client

    Thanks for helping me :)
  7. Replies
    3
    Views
    8,120

    Async timer in C

    Hello,

    How can i call a function so i can call the code, while the code is running.

    what i waht is:
    run some code, while the code is running i will run a code async (apart the other code)
    ...
  8. Replies
    1
    Views
    4,125

    A way to detect on disaconnect

    Hello,

    Is there a way to disconnect client ?

    before then i disaconnect the spam the console, i will remove the user then he disconnect..

    TCP Socket, Serer and Client.

    i'm writeing a C Code
  9. Replies
    1
    Views
    3,484

    Server and client stuck in 1 clients

    Hello,

    I'm trying to create a serer and clients. but then i added more that 1 client the server does not know with one client to send back to !

    I think it's on
    send(newSocket, name,...
Results 1 to 9 of 9