Search:

Type: Posts; User: anduril462

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    803

    errno is the global error variable that gets set...

    errno is the global error variable that gets set by so many of the standard functions. strerror gives you a string based on it's value, perror prints that string to stderr.

    You close the socket...
  2. Replies
    4
    Views
    803

    IMO this is one of the best online socket...

    IMO this is one of the best online socket programming guides out there: Beej's Guide to Network Programming.

    The Windows socket libraries are based heavily on the BSD sockets (what you call *NIX,...
Results 1 to 2 of 2