首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

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

2012-09-21 
Linux下 C++调用C 实现socket网络通讯编程服务端c++实现调用C函数#endif。。。。。。void client()。。。。。。#ifdef

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

热点排行