摘要: #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)