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

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)