<2017年12月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456
摘要: #include #include #include #include #include using namespace std; void a(int a) { cout << a << endl; }; void b(int b) { cout << a << endl; }; int main() { decltype(a) &a1=a; //函数引用,给一个declt... 阅读全文
posted @ 2018-01-07 17:36 史D芬周 阅读(659) 评论(1) 推荐(0) 编辑
摘要: L:左 R:右 阅读全文
posted @ 2018-01-07 12:48 史D芬周 阅读(258) 评论(0) 推荐(0) 编辑