Are you trying to do something like this?
Code:double coslu[8][8]; double *p_coslu = &coslu[0][0]; // Pointer to the start of the 8x8 block of doubles.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 16
Thread: 2d array pointerThreaded View
|
Click Here to Expand Forum to Full Width |