14.08.2015, 21:59
Hi
Is is possible to create variable that will be 200-400 ?
insted of
new cars[400];
to do
new cars[200-400]; without 0-200 ? i can do it manually but is there any short way?
Is is possible to create variable that will be 200-400 ?
insted of
new cars[400];
to do
new cars[200-400]; without 0-200 ? i can do it manually but is there any short way?