摘要: 1.引用传递 #include<iostream>using namespace std;int cubeByRef( int& );int main(){ int number=5; int result; cout<<"number="<<number<<endl; result=cubeByR 阅读全文
posted @ 2019-09-05 21:47 柠檬味呀 阅读(270) 评论(0) 推荐(0)