请教一个Socket Programming 问题(C language)# Programming - 葵花宝典
g*w
1 楼
请问如何写这样一个程序:
Multiple Clients are created using fork();
client and server are in the same local machine (in one program);
clients can communicate with each other using socket(send and receive messages
from other clients);
请高手给点详细的意见!
Thanks a lot!
Multiple Clients are created using fork();
client and server are in the same local machine (in one program);
clients can communicate with each other using socket(send and receive messages
from other clients);
请高手给点详细的意见!
Thanks a lot!