会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
周强
格物致知、诚意正心,修身齐家治国平code!~
想要做成一个很大的三角模型就不要羡慕人家已经堆了9层的小三角。
CnBlogs
Home
New Post
Contact
Admin
Subscription
2012年7月23日
C/C++编写dll动态链接库使用操作与非基本类型参数声明错误
在VC6.0 下编译通过。。。其它VC平台类似!一、建立 Win32 Dynamic-LinkLibrary 项目【dll.cpp】#include <iostream>#include <string>#include "dll.h"using namespace std;void add(char* aa){string bb = aa;cout << "you are right!" << "------" << bb <<endl;}【dll.h】#inc
Read More
posted @ 2012-07-23 14:43 upendi
Views(883)
Comments(0)
Diggs(0)
Edit
公告