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.
1 Respuesta
+ 2
int foo[5] = { 0, 42, 1337, 12345, 31418 };