摘要:
构建并使用共享库一、编写共享库源代码 假定以下源文件的路径为: /users/kwarph/say_hello/src 假定共享库存放的路径为: /users/kwarph/say_hello/bin 1,头文件 cpp02.h/* * cpp02.h * */#ifndef CPP02_H_#define CPP02_H_#include class cpp02 {public: cpp02(); cpp02(const std::string& name); void hello() const; std::string who() const; void w... 阅读全文
posted @ 2013-09-10 15:44
zhangath
阅读(267)
评论(0)
推荐(0)

浙公网安备 33010602011771号