error 052: multi-dimensional arrays must be fully initialized
#4

Quote:
Originally Posted by Vince
Посмотреть сообщение
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.
Thanks man, it is okay now.

Quote:
Originally Posted by FuNkYTheGreat
Посмотреть сообщение
Try this
Код:
removed
You too, thanks.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)