CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2000
    Location
    austin
    Posts
    101

    recommended reading for winsock?

    just for a learning exercise, i am currently writing a dinky little server/client that kinda mimmics icq/aim. now, that i'm kinda into it, i need more info on winsock. are there any good books about winsock? i heard windows sockets network programming is really good, but its old. are there any good ones that cover winsock2? topics i am looking for in the book are:
    1) winsock2
    2) multithreading issues when dealing with sockets
    3) the MFC wrapper classes (CAsyncSocket and CSocket)
    4) lots of good example code and programs

    thank you!

    -christopher bottaro
    [email protected]

  2. #2
    Join Date
    Oct 2000
    Location
    India
    Posts
    4,620

    Re: recommended reading for winsock?

    Hi,

    You might like to take a look at http://www.sockets.com/. All Luck.

    http://www.geocities.com/contactgirish/homepage.html >>> VC++ Links, Code, Downloads & Notes.
    All luck and have a great day.

    Regards,
    V.Girish

    Visit www.geocities.com/contactgirish for Source code, Tutorials, FAQs and Downloads.

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