Thread: Winsock?

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    27

    Unhappy Winsock?

    Hey, does anyone know of a good WinSock Tutorial? Appreciate it...

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Yup

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    A word of advice. I started doing socket programming about a week ago. Use a search engine BUT look for specific tutorials. i.e. email or asyncronous server. Don't be affraid of unix tut's either, winsock isn't that much different.

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    14
    Beej's guide to network programming is what I used. I found it at code.box.sk or search for it.

    Also consider using classes that wrapup the protocol you need ie an email specific class or http for quick results, however learning sockets is a good idea.

  5. #5
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    I recommend learning Winsock from a book. Programming subjects such as Winsock, MFC, and Win32 API should be learn from books. The bottomline is that learning from books is easier.

    Kuphryn

  6. #6
    Registered User
    Join Date
    Mar 2002
    Posts
    27

    Thanks!

    Thanks! I already got a great book on MFC and API...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Winsock issues
    By tjpanda in forum Windows Programming
    Replies: 3
    Last Post: 12-04-2008, 08:32 AM
  2. Winsock Messaging Program
    By Morgul in forum Windows Programming
    Replies: 13
    Last Post: 04-25-2005, 04:00 PM
  3. Winsock - Where do i start?
    By Brain Cell in forum Networking/Device Communication
    Replies: 5
    Last Post: 02-14-2005, 01:39 PM
  4. Where do I initialize Winsock and catch messages for it?
    By Lithorien in forum Windows Programming
    Replies: 10
    Last Post: 12-30-2004, 12:11 PM
  5. winsock
    By pode in forum Networking/Device Communication
    Replies: 2
    Last Post: 09-26-2003, 12:45 AM