03 2022 档案

摘要:const默认作用于其左边的东西,否则作用于其右边的东西 (a) const int * const只有右边有东西,所以const修饰int成为常量整型,然后* 再作用于常量整型。所以这是a pointer to a constant integer(指向一个整型,不可通过该指针改变其指向的内容,但 阅读全文
posted @ 2022-03-26 16:47 慢慢混日子 阅读(121) 评论(0) 推荐(0)