Search:

Type: Posts; User: illusionist

Search: Search took 0.01 seconds.

  1. link error for gai_strerror and inet_ntop

    Hi,
    the code aim is too display ip address of name passed in command line but the code is unable to link up
    I am using dev-c++ and i have added library wsock32 and ws_s32
    still it give link error...
  2. Link error for gai_strerror and inet_ntop

    Hi,
    the code aim is too display ip address of name passed in command line but the code is unable to link up
    I am using dev-c++ and i have added library wsock32 and ws_s32
    still it give link error...
  3. Replies
    2
    Views
    3,718

    Thanx it worked now i have completed code to...

    Thanx it worked now i have completed code to upload a text file to server code for that is:




    #include <windows.h>
    #include <stdio.h>

    WSADATA ws;
    int d;
  4. Replies
    2
    Views
    3,718

    ftp connection error

    #include <windows.h>
    #include <stdio.h>

    WSADATA ws;
    int d;
    char aa[1000];
    char usr[100];
    char paswd[100];
    struct sockaddr_in a;
    SOCKET s;
Results 1 to 4 of 4