carry数组传参:
必须加&
函数返回多值:
函数可以同时返回a、b、c的值。
- void test(cArry &b);
- void test(int &a, int &b, int &c);
1030阅读 0评论2014-12-23 qizheguang
分类:C/C++