Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

C++ Winsock Program

$
0
0
How to make a full-duplex c++ winsock chat program

I'm trying to make a simple client-server chat program in C++. I wrote this, but my problem is that I can just send data from the server to the client. I want to have a full-duplex communication, and send data from client to server too.

Viewing all articles
Browse latest Browse all 2703

Trending Articles