我总是搞砸了怎么用const int*,const int * const和int const *正确的.是否有一套规则来定义您能做什么和不能做什么?
const int*
const int * const
int const *
我想知道在任务,传递到职能等方面所做的所有事情和所有不应做的事情.
c c++ int pointers const
c ×1
c++ ×1
const ×1
int ×1
pointers ×1