求编译错误解决:undefined reference to `itoa'
我用make编译程序出现下面错误: gcc     -Wall   -o      xyf_server      xyf_server.o&…
求教检测socket对方断连的方法
检测socket客户端异常断开时候可不可以这样子? int numbytes = recv(Jinfo->clientfd, receive, rcvlen, 0)   if ( numbytes <= 0){ &nbs…