Search:

Type: Posts; User: yen

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    8,847

    oh yeah! How blind I am! Thank you so much...

    oh yeah! How blind I am!

    Thank you so much Salem! :)
  2. Replies
    2
    Views
    8,847

    double fork for implement background

    Hi!
    I've been tring to do backgrounding by having the first child process fork and then immediately exit, with the grandchild executing the requested program.

    But I don't know why I keep getting...
  3. Replies
    1
    Views
    2,234

    hashtable with seg fault

    Hi!
    I don't know why I got seg fault when I'm implementing the *creattable() function.




    #define INIT_BUCKETS 5

    typedef struct node {
    char *key;
Results 1 to 3 of 3