摘要:
https://www.bilibili.com/video/av2975983/ 阅读全文
posted @ 2018-03-15 22:18
会飞的蝌蚪
阅读(650)
评论(0)
推荐(0)
|
摘要:
https://www.bilibili.com/video/av2975983/ 阅读全文
posted @ 2018-03-15 22:18
会飞的蝌蚪
阅读(650)
评论(0)
推荐(0)
摘要:
a[x][y]==*(*(a+x)+y) int age = 20;const int* ptr = &age;int* const ptr = &age; int sum(int(*ptr)[y],int size) ==int sum(int ptr[][y],int size) 对于数组而言, 阅读全文
posted @ 2018-03-15 18:00
会飞的蝌蚪
阅读(140)
评论(0)
推荐(0)
|