呵呵,不敢啊。我只是随便说了几句。const在C++中和C中应该有一些不同了。const在C++用得更经常。路过而已。
#include<iostream.h>
void main(){ char *p="hello"; p[0]='X'; cout<<p<<endl;}