I just want to know how much bytes this struct will take, leave the pragma pack..
struct data
{
int i;
char c;
int j;
};
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 24
Thread: struct sizeThreaded View
|
Click Here to Expand Forum to Full Width |