Thread: tutorials for winsock

  1. #1
    Registered User Sekti's Avatar
    Join Date
    Feb 2002
    Posts
    163

    tutorials for winsock

    can anyone tell me a good tutorial for winsocks for windows where the source examples are in console. the only good one I know of has the source in winapi so it all confuses me.
    +++
    ++
    + Sekti
    ++
    +++

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    theres one called beej's socket tutorial or such, search for it on google(http://google.com/). its for really for *nix type sockets, but iirc, it should work with winsock once you initialize it.

  3. #3
    Registered User Sekti's Avatar
    Join Date
    Feb 2002
    Posts
    163
    ive read beejs it confuses me because it is for *nix im looking for one for windows i know the basics of it but only on linux and all i know for windows is you call some function or something
    +++
    ++
    + Sekti
    ++
    +++

  4. #4
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    Besides the WinSock Programmers FAQ, this is the only other good refrence/tutorial i've found.

    http://development.freeservers.com/i.../tutorials.htm

  5. #5
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    I recommend Networking Programming For Microsoft Windows Second Edition by Anthony Jones and Jim Ohlund.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-06-2007, 05:10 PM
  2. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  3. Wiki for Tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-16-2005, 03:03 PM
  4. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM
  5. Best way to organize tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-30-2004, 04:41 AM