[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parsing result of sizeof
From: |
Anthony DeRobertis |
Subject: |
Re: parsing result of sizeof |
Date: |
Mon, 26 Aug 2002 18:50:15 -0400 |
On Monday, August 26, 2002, at 03:23 , Ali KATKAR wrote:
I need the result of sizeof operator. Could you please send me your
recomendations..
By the time you need that number, you have already parsed the
struct. You should be able to total up the struct and any
padding and get a size (4, I'd guess).