If I declare an array int a[20][20], then will a[9] be the pointer to the 1st element of the 10th row?
Or is it illegal to say a[9]?
Thanks!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: A noob question on arrays:Threaded View
|
Click Here to Expand Forum to Full Width |