Search:

Type: Posts; User: skiddieleet; Keyword(s):

Search: Search took 0.06 seconds.

  1. Replies
    9
    Views
    10,352

    Sorry, I just now noticed that my program takes a...

    Sorry, I just now noticed that my program takes a long time to get the file. Change this line:


    len = snprintf(buf, BUFSIZE, "GET %s HTTP/1.1\r\nHost: %s\r\n\r\n", argv[2], argv[1]);

    to this:...
  2. Replies
    9
    Views
    10,352

    If C++ sockets are any different than C sockets...

    If C++ sockets are any different than C sockets it's just a level of abstraction. I'm pretty sure they're both doing the same thing. Here's how I'd do it in C:
    getfile.c


    #include <stdio.h>...
Results 1 to 2 of 2