读书人

Linux上 C++调用C 实现socket网络通讯

发布时间: 2012-09-21 15:47:26 作者: rapoo

Linux下 C++调用C 实现socket网络通讯编程
服务端




c++实现调用C函数
#endif
。。。。。。
void client();
。。。。。。
#ifdef __cplusplus
}
#endif








参考:
http://hqlong.com/2009/06/800.html
http://man.chinaunix.net/develop/c&c++/linux_c/default.htm

读书人网 >编程

热点推荐