0

what gives an array a ID?

messing around with arrays, I tend to try and learn more while my mind is elsewhere so I forgot the implementation of a simple array. I get a missing ID error / missing size error.

15th Sep 2016, 11:24 PM
napodyn
napodyn - avatar
1 ответ
+ 2
int foo[5] = { 0, 42, 1337, 12345, 31418 };
16th Sep 2016, 9:51 AM
Zen
Zen - avatar