C++ Exercises(二十)
摘要:
1,来看下面这段代码: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include using namespace std; class BaseClass { public: BaseClass() { } }; ... 阅读全文
posted @ 2009-03-24 13:47 Phinecos(洞庭散人) 阅读(1091) 评论(0) 推荐(0) 编辑