会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
重剑无锋,大巧不工
憤怒,淚水,美麗奪目,努力地活著
博客园
首页
新随笔
联系
管理
2014年12月20日
g++ 动态库的编译及使用
摘要: #ifndef __HELLO_H_#define __HELLO_H_void print();#endif#include "hello.h"#include using namespace std;void print() { cout using namespace std;int mai...
阅读全文
posted @ 2014-12-20 19:50 leesea
阅读(2272)
评论(0)
推荐(0)