I'm newbie.
I want to make the client program to receive input from keyboard and data from server. I don't want if while user type something (scanf) and its block to receive ...
I am working on socket chat application, i.e I want to chat with multiple clients at a time. I have written the folllowing program. The server accepts multiple clients, but I ...
hello every one I want to ask a question that I have to make a chat program using sockets. And i have to run the same program in two computers. there ...