Hello,
how to get the item count of an array of structs?
For example:
sizeof(ar) is wrong!?Code:struct intArr { int i; int y; } intArr ar[10]; // here!
thanks
break;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: Get the size of an struct array?Threaded View
|
Click Here to Expand Forum to Full Width |