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
~433 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Ravi_31

i Have used thread concept to handle multiple connections. But It's not working for multiple clients. please help me // Server code #undef UNICODE #define WIN32_LEAN_AND_MEAN #define _WIN32_WINNT 0x501 #include <windows.h> #include <winsock2.h> #include <ws2tcpip.h> #include <stdlib.h> #include <stdio.h> #include <pthread.h> // Need to link with Ws2_32.lib #pragma comment (lib, …

Member Avatar for Ravi_31
0
433