摘要: https://github.com/LinYaoTian/P2PChat 一个基于局域网的 Android P2P 聊天系统 https://github.com/ddssingsong/webrtc_android 2P Webrtc VideoConference 视频通话 视频会议 http 阅读全文
posted @ 2019-08-14 19:15 tc310 阅读(1092) 评论(0) 推荐(0)
摘要: 因为要调用windows的api或者给vc++写接口,很多地方都要用到pchar,现在将char数组、string和pchar之间的相互转换都列出来,都是网上找的资料,我总结一下,先直接上代码,再讲原理。 1.string转换成pchar 可以使用pchar进行强制类型转换,也可以使用StrPCop 阅读全文
posted @ 2019-08-14 17:38 tc310 阅读(3110) 评论(0) 推荐(0)