摘要: #include #include int a[8] = { 1, 8, 2, 7, 3, 6, 4, 5 };const int* p[8] = { a, a + 1, a + 2, a + 3, a + 4, a + 5, a + 6, a + 7 };void main(){ for (int... 阅读全文
posted @ 2016-01-08 20:38 喵小喵~ 阅读(995) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;class Test{public : void print() { cout << "abcd" << endl;; } double test() { cout << "doubl... 阅读全文
posted @ 2016-01-08 10:27 喵小喵~ 阅读(468) 评论(0) 推荐(0) 编辑