会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蛮大人
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2013年4月
使用Word发送,测试一下
摘要: 代码:class AutoDeleteArPtr{public:explicit AutoDeleteArPtr(char* &cPtr){m_cPtr=cPtr;}~AutoDeleteArPtr(){if (NULL != m_cPtr){delete[] m_cPtr;...
阅读全文
posted @ 2013-04-16 19:10 蛮大人
阅读(180)
评论(0)
推荐(0)
2012年9月
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 蛮大人
阅读(1818)
评论(0)
推荐(0)
上一页
1
2
公告