vento originally posted:
Edited: I just want to add an additional question. I didn't want to create another topic as this is all about statistic, no discussions. Array vs Pointer, what is better or is it the same? I know that array is easier to read, easier to reach (multidimensional array is way easier to read (the code is more readable) than a pointer instead of it (e.g. a map array vs a pointer instead of it)), but what's about the speed/memory? I think memory should be nearly the same, but the most important is the speed, anyone has tested?