Hi,
How do u get the size of a particular element in a 2-dimensional array ?? Can u use 'sizeof' operator as in other cases ??
like this,
size_t ElementSize = sizeof(arr[2][3]);
Can we do it this way ??
Please let me know.
Regards,
Anind
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |