Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
Re: Can some one give me an example of a working winsock program that can send data and receive it because im on microsoft visual studios 2005 and it sais 1>.\Menu.cpp(126) : error C2065: 'm_socket' : undeclared identifier when i try to send data like this [CODE] FD_SET setWrite; FD_ZERO(&setWrite); FD_SET(m_socket, … | |
Can some one please show me a working example of how to send a string like "packet information" to a server and receive the data it gives back. Im on visual studios 2005 |
The End.