CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2004
    Posts
    391

    cleint/server programming

    Hi,

    This is the first time am trying to do any kind of network prograaming.
    My main interest is in TCP/IP and communication between applications over a network

    Can someone please point to a good article on synchorous/asynchorous sockets , general guidlines over what to choose.

    Thanx

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757

    Re: cleint/server programming

    highly recommend Network Programming for Microsoft Windows Second Edition by Anthony Jone and Jim Ohlund

    Kuphryn

  3. #3
    Join Date
    Aug 2004
    Posts
    391

    Re: cleint/server programming

    Hi I read the reviews on amzon.ca and no one seems to be happy with this book. Any other sugestions anyone

  4. #4
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: cleint/server programming

    Take a look at this

  5. #5
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: cleint/server programming

    Quote Originally Posted by venAdder
    Hi I read the reviews on amzon.ca and no one seems to be happy with this book. Any other sugestions anyone
    Those reviews are ill-considered. It's a good book, particularly for someone who is trying network programming for the first time. It's true that it's not an advanced Winsock 2 book, but it's still very good.

    On-line resources include the samples of network programming that can be found at this FAQ: "Where can I find examples of socket programs?" at http://www.codeguru.com/forum/showthread.php?t=326666

    Also, Beej's guide is good: http://beej.us/guide/bgnet/ .

    Mike

  6. #6
    Join Date
    Aug 2004
    Posts
    391

    Re: cleint/server programming

    Thnx for the pointers, I will go into it one by one. I already ordered that book BTW.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured