01.08.2016, 13:24
(
Последний раз редактировалось Shady; 01.08.2016 в 23:53.
)
Quote:
If you declare it with 500 ranks then you also have to initialize it with 500 ranks. I recommend you let the compiler calculate the amount; keep the brackets empty (i.e. new RankInfo[][rInfo]) and use sizeof if you need to know its size.
|
You too, thanks.