The MASM Forum

General => The Campus => Topic started by: Force on June 18, 2013, 06:48:09 AM

Title: INCOMING AND OUTGOING DATA
Post by: Force on June 18, 2013, 06:48:09 AM
Hello

Is there any winsock example about real time sending and receiving byte ?
Title: Re: INCOMING AND OUTGOING DATA
Post by: dedndave on June 18, 2013, 12:07:00 PM
maybe this link will help

http://tangentsoft.net/wskfaq/ (http://tangentsoft.net/wskfaq/)

also, the old forum has a lot of great suff on it - try the search tool

http://www.masmforum.com/board/index.php (http://www.masmforum.com/board/index.php)
Title: Re: INCOMING AND OUTGOING DATA
Post by: Vortex on June 18, 2013, 04:58:25 PM
Winsock networking tutorial (C++ or win32asm) :

http://www.madwizard.org/programming/tutorials/
Title: Re: INCOMING AND OUTGOING DATA
Post by: Force on June 18, 2013, 07:50:36 PM
Thanks Dave and Vortex