Mar 29, 2001 #1 AAP Programmer May 8, 2000 93 GB How do I find out the size of a structure (in bytes)? Keep it simple please, I only use C/C++ occasionally.
How do I find out the size of a structure (in bytes)? Keep it simple please, I only use C/C++ occasionally.
Mar 29, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB operator sizeof(youstruct) returns your structure size. John Fill Upvote 0 Downvote