Thread: socket programing in windows

  1. #1
    Registered User
    Join Date
    Sep 2012
    Posts
    4

    socket programing in windows

    hi guysi wana start socket programing in windowsany body can help me for buying a book or any video tutorial plz ?which of the books is good ?Amazon.com: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides) (9781558608269): Michael J. Donahoo, Kenneth L. Calvert: Books me guys tnx a lot
    Last edited by ali_nazary; 12-03-2012 at 09:21 AM.

  2. #2
    Registered User
    Join Date
    Dec 2012
    Posts
    2
    I'm not so sure that a book is really necessary for learning the basics. I would suggest starting with a tutorial. Once you've completed the tutorial and are comfortable with what was covered, start thinking about why you wanted to learn socket programming. Figure out what it is that you need from sockets (such as asynchronous communication, which is being able to send and receive data without forcing your application to wait for the send or receive operation to complete). If what you need wasn't covered by the tutorial, then start to search for things specific to your needs. If you still have trouble finding what you need just by searching, then at least you now know exactly what you need out of a book on programming sockets. A good book is the one that gives you exactly what you need. Hard to call out a good book without knowing exactly what you want to do with sockets.

    In my opinion, its better not to spend money on something that ends up not giving you what you need. Find out what you need first, then spend money.

    Here's a link to a socket programming tutorial on MSDN: Getting Started with Winsock (Windows)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows Programing
    By gadu in forum C Programming
    Replies: 4
    Last Post: 07-15-2008, 06:25 AM
  2. What should I know before starting windows programing?
    By Dixon in forum Windows Programming
    Replies: 6
    Last Post: 11-13-2003, 03:30 AM
  3. c++ windows programing tut's?
    By anzas in forum C++ Programming
    Replies: 4
    Last Post: 07-14-2003, 01:07 PM
  4. Beggening windows programing
    By squid in forum Windows Programming
    Replies: 4
    Last Post: 03-25-2003, 02:24 PM
  5. Windows programing
    By Granger9 in forum Windows Programming
    Replies: 2
    Last Post: 08-20-2002, 04:15 PM