Search:

Type: Posts; User: pingloo02

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,070

    I missed the dest declaration, its char...

    I missed the dest declaration, its char dest[LEN].I am not hacking,i have shared only the part of code where i face this issue.

    I need to execute the "iperf -s" command.Since the Server waits for...
  2. Replies
    4
    Views
    2,070

    Facing issue with fgets in while loop

    I have a program like below


    #define LEN 4048

    FILE *ptr;
    char line[LEN];
    fp=popen(cmd,"r");

    while(fgets(line,LEN,fp)!=NULL)
Results 1 to 2 of 2