摘要:
``` include using namespace std; int main() { int ia{3}; decltype(ia) varr[3]={1,2,3}; for(auto&& x:varr) cout 阅读全文
posted @ 2019-12-25 03:53
2021年的顺遂平安君
阅读(164)
评论(0)
推荐(0)
摘要:
#include using namespace std;int main(){ int ia{3}; decltype(ia) varr[3]={1,2,3}; for(auto&& x:varr) cout << x << endl; return ... 阅读全文
posted @ 2019-12-25 03:53
2021年的顺遂平安君
阅读(57)
评论(0)
推荐(0)
摘要:
#include using namespace std;void printReference (int& value){ cout << "lvalue: value = " << value << endl;} void printRe... 阅读全文
posted @ 2019-12-25 03:49
2021年的顺遂平安君
阅读(98)
评论(0)
推荐(0)
摘要:
``` include using namespace std; void printReference (int& value) { cout 阅读全文
posted @ 2019-12-25 03:49
2021年的顺遂平安君
阅读(275)
评论(0)
推荐(0)
浙公网安备 33010602011771号