2.3.1引用
摘要:
int &r1 = 10; //error 不能赋字面敞亮 double dval = 3.14; int &r2 = dval; //error 类型不同 阅读全文
posted @ 2018-03-10 22:49 CreatorKou 阅读(92) 评论(0) 推荐(0) 编辑
posted @ 2018-03-10 22:49 CreatorKou 阅读(92) 评论(0) 推荐(0) 编辑
posted @ 2018-03-10 22:45 CreatorKou 阅读(88) 评论(0) 推荐(0) 编辑
posted @ 2018-03-10 22:39 CreatorKou 阅读(146) 评论(0) 推荐(0) 编辑