用socket进行本机进程间通讯 (转)
摘要: 服务器代码:#include<winsock2.h>#include<iostream>#include<windows.h>using namespace std;//extern "C"{int main(int argc, char** argv){ int clientlen; struct sockaddr_in clientaddr; struct ...
阅读全文
posted @
2008-10-30 13:40 3D入魔 阅读(673) |
评论 (0) 编辑