carry数组传参:
必须加&
函数返回多值:
函数可以同时返回a、b、c的值。
- void test(cArry &b);
- void test(int &a, int &b, int &c);
相关热门文章
给主人留下些什么吧!~~
评论热议