C++?????ú?????????????????????
???????????? ???????[ 2016/4/14 11:52:42 ] ????????.NET ???????????
????????C++?????????????????????????????????????????????????潫????????????????????????????????????????????????????
??????????????
?????????????????????????????????????????????????????????
????????????????????
?????????????????????????洢?????????????????(?????)???????????????????????????????????????????????????????????洢???
???????????????????????????????????????????棬???????????????????????????????????????????????????????????????????????????????????????????????????????檔
??????????????
????????Type& name = var;
????????1??????????????????????????????????г????
????2???????????????????????????г?????????潫???????????????????
???????????????
????1???????????????????????????????????Щ?????????????
????2????????????????????и??????????????
?????????java?????????????????????????????????C++?е?????????????????????????????
?????????????????????????????
????1?????????????????????????
????int main()
????{
????int a = 1;
????//int& b; C++???????????????“b”??????????????-->??????????????
????int& b = a;
????}
????????? ????????????–>??????????????
????2???????????????????????
struct teacher
{
int age;
//4?????
teacher& m_techer;
};
struct student
{
int age;
//4?????
short& weight;
};
int main()
{
cout???m_techer??
?????4?????*/
cout???weight????
???4?????*/
system("pause");
return 0;
}
???????????????teacher&??short&????????????????4??????32λ???????????????????????????
????????1??2????????????????????????????????????????????????????
????3????????????????? ?????????
????int main()
????{
????int a =10;
????int m = 22;
????int& b = a;
????&b = &m;
????/*????? b???????????????????????????????????&b
????????????????????????????????????????????????????????????*b??
??????????? “=”: ???????????????-->?????????????????????
?????????????*/
????system("pause");
????return 0;
????}
???????????????????????????????C++?????????????C??????????????????????
????4??C++????????C????????????????????
??????
![](/images/ad-banner/ad-banner.png)
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11