会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
蛮大人
博客园
首页
新随笔
联系
订阅
管理
09 2012 档案
c++ DLL和c#之间传递字符串
摘要:c++代码 1 extern "C" _declspec(dllexport) bool get(char*& strPorts) 2 { 3 string str = "Hello"; 4 int length = str.size() + 1; 5 strPorts =...
阅读全文
posted @
2012-09-09 11:25
蛮大人
阅读(1801)
评论(0)
推荐(0)
编辑
公告