11.01.2012, 18:26
If your saving information about each vehicle, new CarInfo[MAX_VEHICLES][cInfo]; Is enough to record information about every vehicle since the limit is 2000.
Array sizes cannot be changed dynamically by using a variable as the size since they are handled by the Pre-Processor.
Array sizes cannot be changed dynamically by using a variable as the size since they are handled by the Pre-Processor.