[C++] c pointer

the nature of pointer const keyword  const int*  p   int const *p   int*  const p     int const a     const int a     int a = 3; int b = 5 ; int* const p = &a; *p =10; //p = &b; error:  address can no
相關文章
相關標籤/搜索