If you want to allocate an array of Foo , you need to use Foo * a = new Foo[ARRAY_LEN] . Basically, what you really want to do is to dynamically ...
確定! 回上一頁