Search:

Type: Posts; User: zmhnak

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,346

    u mean by no & here :the error is here

    u mean by no & here :the error is here
  2. Replies
    4
    Views
    4,346

    when this code excute it does not have any error...

    when this code excute it does not have any error



    printf("File exist in server.\n");
    state=1;
    bzero(&buffer,sizeof(buffer));
    buffer[0]=state;
  3. Replies
    4
    Views
    4,346

    Assignig unint-8 to char buffer[1024] ???

    Hi...
    i am working on socket programming in c

    so i define



    int listenfd,connfd,portno,stringlen;
    socklen_t clilen;
    char buffer[1024];
Results 1 to 3 of 3