jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Win32 Socket Client

DeEnFrSp
Hits: 50

Win32 Socket Client

Rating 1.0 1.0
Socket programming in MFC is usually a bit messy. It's always clean and convenient to write the socket programs using Win32. A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program. Also, with each and every new version of Winsock, we don't know how many bugs are going to get added to the development frameworks.


Platform(s): n/a
Date: Sep, 09 2004
Author: http://www.codersource.net/win32_socket_client.html

Ratings

Number of Ratings: 1 Votes
5     
0%
4
0%
3
0%
2
0%
1
100%
Visitor Voting Booth: Rate It!

Others Scripts

C++ Tutorial on Copy constructors

C and C++/Tips and Tutorials/Development

Ip address of a computer using winsock

C and C++/Tips and Tutorials/Miscellaneous

C++ Tutorial - Data types

C and C++/Tips and Tutorials/Introduction to C and C++

C++ tutorial on arrays

C and C++/Tips and Tutorials/Introduction to C and C++