摘要: 1. 指针常量 int a[3] = {1, 2, 3}; const int *b = a; b[0], b[1], b[3] 都是 read_only location 阅读全文
posted @ 2018-04-12 10:54 cp1usplus 阅读(83) 评论(0) 推荐(0)