☆─────────────────────────────────────☆
waterghost (Water Ghost) 于 (Thu Apr 12 19:41:31 2007) 提到:
What does the following code mean?
const int *x;
What happens to the following code?
const int *x;
x = 5;
What happens to the following code?
const int *x;
*x = 10;
☆─────────────────────────────────────☆
KuangTer (KuangTer=Quant) 于 (Thu Apr 12 20:47:49 2007) 提到:
弱问一下:第二个也不能编译通过么?
☆─────────────────────────────────────☆
longtian (施主,小僧已经很久不烧香了) 于 (Thu Apr 12 20:48:44 2007) 提到:
no