C++ 引用基础
摘要:
//引用 #include using namespace std; struct Student{ char name[30]; int age; }; struct Teacher{ int &at2; int &bt2; }; int GetNum(Student &s2){ s2.age = 19; return s2.age; ... 阅读全文
posted @ 2016-06-13 23:13 寒魔影 阅读(249) 评论(0) 推荐(0)
浙公网安备 33010602011771号