Posts
 
Reputation
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
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 3

2 Posted Topics

Member Avatar for Mr Violent

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, …

Member Avatar for leo_yasir
0
1K
Member Avatar for Vex92

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

Member Avatar for binoj_daniel
0
86

The End.