c++数组指针bug

ClassA* csList = new ClassA[];

ClassA ca = csList[];
ca.x=; CCLOG("caList[0].x %f",csList[].x);//output: caList[0].x -431602080.000000

将csList[0]赋值给ca改变他的属性x,发现在数组指针中并没有改变,x依然是默认的值

上一篇:poj 3335 /poj 3130/ poj 1474 半平面交 判断核是否存在 / poj1279 半平面交 求核的面积


下一篇:the selected server is enabled,but is not configured properly.Deployment to it will not be permitted