User profile: MasterT

User info
User name:MasterT
History
Joined:
Number of posts:30
Latest posts:

Multidimensional array and pointer arithmetic
Thanks for the help!

Multidimensional array and pointer arithmetic
int a[1][1]; a[0][0] = 1; Why must I use the deference operator twice to get the value at a[0]...

Why must you specify the length of a second array when passing it to a function?
I'm not sure if I phrased my question right, sorry. I'm having trouble understanding why the first f...

Pointer arithmetic on multi-dimensional arrays
Yes it helped a lot, thanks!

Pointer arithmetic
Ok it makes sense now.