2005年5月11日

摘要: #include using namespace std;ofstream out ("order.txt");#define CLASS(ID) class ID{\public: \ ID(int) {out << #ID " constructor\n";}\ ~ID() {out << #ID " destructor\n";}\};CLASS(base1);CLASS(member1)... 阅读全文
posted @ 2005-05-11 13:25 hunter_gio 阅读(1164) 评论(0) 推荐(0)
摘要: c++写的选择排序, 冒泡排序 阅读全文
posted @ 2005-05-11 10:48 hunter_gio 阅读(519) 评论(0) 推荐(0)

导航