I am having trouble initializing a struct array. ... new Rect*[10]; for ( int i=0; i<10; ++i) { rectangles[i] = new Rect(500, 500); } } ...
確定! 回上一頁