Search:

Type: Posts; User: CrackDown

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,771

    Ok this is what I have but have a few problems. ...

    Ok this is what I have but have a few problems.

    This is the server code.



    /* server.c */

    #include<sys/types.h>
    #include<sys/socket.h>
  2. Replies
    2
    Views
    1,771

    Messaging program?

    I am going to attempt to create a messaging service and wondered if anyone could help and point me in the right direction. I want to use TCP and the sockets api. I need to have 2 clients that will...
  3. Code to display files and sizes of any folder

    I have this code:

    /*DIR.c */
    #include <sys/types.h>
    #include <sys/dir.h>
    #include <unistd.h>
    #include <sys/stat.h>
    #include <stdio.h>
    #define MAXPATH 255
  4. Replies
    0
    Views
    2,300

    Fork() child process question

    Ok, I have this program:

    /* prog2.c */


    #include <unistd.h>

    #include <stdio.h>
Results 1 to 4 of 4