Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Network shit

Name: sock n00b 2008-05-17 1:01

ITT: /prog/ tells me how to learn how to write an efficient daemon (ie. an IRCd or webd or some shit like that) with WinSock.

I know how to use sockets (kinda) but I'm not sure how to layout my codez and shit to create a good networking program

HALP

Name: Anonymous 2008-05-17 17:23

>>11
#ifdef WINDOWS
    WSADATA wsa;
    WSAStartup(MAKEWORD(2, 0), &wsa);
#endif

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List