阅读背景:

c++ const问题小记

来源:互联网 
  • int* a = new int;
  • const int* b = a;
  • const int* a = new int; const int



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: