News
I'm trying to make a point in my C++/data structures class about two-dimensional arrays being an array of one-dimensional arrays, so I thought I'd be clever and whip up the following quickie ...
Actually, all I've tried so far is to create a pointer to a single 3D array, and that won't work.<BR><BR>I don't have the code available to me now, which I know is dumb for asking this kind of ...
All array subscription operations in C get decomposed to pointer arithmetic anyhow; and when dealing with either multi-dimensional arrays or arrays of structs, where you want to access an ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results