News

I need to convert that to use our lightweight memory allocator, (effectively just malloc with some RTOS specific stuff added in) C pointers always hurt my head but I can't figure this one out, I ...
See pointers.<P><B>2D Arrays:</B> Useful for creating tables. In your case, you can easily loop through all the rows or columns by altering just one of the array indicies and leaving the other one ...