Search:

Type: Posts; User: fairyjerry14

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,321

    inserting values in an array

    hi how can i insert a value in an array?
    i want to insert an element to an array..
    in php it can be done with this..

    $arrayname[] .= $value;

    how about in c?
    thanks :)
  2. we have the same problem.. but mine in c... is...

    we have the same problem.. but mine in c...
    is that possible if i connected to the server then the server sends info immediately?
    the server makes the first move although the client requested for...
  3. Replies
    4
    Views
    2,104

    what i just did was i send them in a big chunk of...

    what i just did was i send them in a big chunk of data... when i got it from my client side..
    it was written in like.. httpd#up#smtp#down#xinetd#up and so on..
    i seperated them by a delimiter "#"...
  4. Replies
    8
    Views
    1,262

    hmm.. all files with an extension name of .C? is...

    hmm.. all files with an extension name of .C?
    is that what you mean?
  5. Replies
    4
    Views
    2,104

    didnt think of that... ah.. is there a way that...

    didnt think of that...
    ah.. is there a way that a server sends its service status through a socket...
    for example httpd status send to socket blah blah...
    or should i send all the services in a...
  6. Replies
    4
    Views
    2,104

    sending in socket

    hi.. is it possible to send values in a socket one at a time..
    like sending one then close socket connection then open it again and send another one but different..
    thanks...
  7. Replies
    2
    Views
    1,528

    daemon problem please help

    hi.. this is my first post here.. btw im making a daemon for processes...
    is there a way that i can define if the process is null or not or there is another way to detect if it is up or not... ...
Results 1 to 7 of 7