求编译错误解决:undefined reference to `itoa'
我用make编译程序出现下面错误: gcc -Wall -o xyf_server xyf_server.o db_lib.o conn_socket.o insert.o -L/ho…
automake求助!
我的程序中用到了Gtk+2.8.10、socket、pthread、SDL这些东西 请问怎样在configure.scan以及makefile.am中加入对它们的支持 感谢!…
求教检测socket对方断连的方法
检测socket客户端异常断开时候可不可以这样子? int numbytes = recv(Jinfo->clientfd, receive, rcvlen, 0); if ( numbytes <= 0){ if (err…