// JP opened flex table

Click to See Complete Forum and Search --> : C++ Win32 WinSock -


.pcbrainbuster
December 11th, 2007, 04:27 PM
Sup guys,

Does anyone know any book that is a C++ Win32 based book that includes any amount of info about WinSock? If so then please tell me as I find it a very interested concept!

Thanks.

MikeAThon
December 11th, 2007, 09:31 PM
Winsock version 1.1: Windows Sockets Network Programming (Addison-Wesley Advanced Windows Series) by Bob Quinn and David Shute (Paperback - Dec 14, 1995): http://www.amazon.com/Windows-Sockets-Programming-Addison-Wesley-Advanced/dp/0201633728/ref=sr_1_9/002-8227694-3906401?ie=UTF8&s=books&qid=1197426568&sr=1-9

Winsock version 2.2: Network Programming for Microsoft Windows, Second Edition by Jim Ohlund, Anthony Jones, and James Ohlund (Paperback - Feb 13, 2002): http://www.amazon.com/Network-Programming-Microsoft-Windows-Second/dp/0735615799/ref=pd_bbs_sr_1/002-8227694-3906401?ie=UTF8&s=books&qid=1197426568&sr=1-1

Mike

abhilashars
January 2nd, 2008, 10:55 AM
See this link
http://www.sockets.com/winsock.htm

Abhilash

grobinson
January 16th, 2008, 07:05 AM
How to transfer the winsocket through WAN Network.

PLEASE GIVE ME SOME IDEA TO DEVELOP A WAN CHAT APPLICATION

grobinson
January 16th, 2008, 07:07 AM
How to transfer the winsocket through WAN Network.

PLEASE GIVE ME SOME IDEA TO DEVELOP A WAN CHAT APPLICATION

Give me some Information, article links and books name to be referred.

MikeAThon
January 16th, 2008, 10:17 AM
The links given above are very good.

Also, try http://beej.us/guide/bgnet/ , which is a nice introductory tutorial

Finally, study the code in the links at this FAQ: "Where can I find examples of socket programs?" at http://www.codeguru.com/forum/showthread.php?t=326666

Mike

PS: Please avoid use of all-caps in your posts

Please do not multi-post. Post only once

Please do not hijack threads. Start your own thread

//JP added flex table