hi EvilSOB,

i studied the whole weekend about pointers and dynamic n-dimensional arrays. and, now, it is much more clearlier now, how they work and why they'll be needed, but

the syntax with the brackets i never found in any book i read (and i read 3 books about pointers and multi-array). this must be c-lite syntax.

Code:
'( arr[x] ) [y]' syntax.



if i understand it right, for an non-string array, a double '*' should do the work for a 2 dimensional array, or if we use single chars.

now i feel like a master of pointers, because after studing, it sounds logical, but i'll be happy about my chrash in the future. hehe

Last edited by PriNova; 09/09/12 18:45.