A
amit
how to stop or change structure padding ???
amit said:how to stop or change structure padding ???
Chris said:(a) See your local implementation manual for the implementation-specific
way to do this.
(b, preferred if plausible) Write your code so that it doesn't care about
structure padding even if there is any.
Why do you think you want to stop or change structure padding?
jacob said:We had a discussion about the
#pragma pack
construct in this group several weeks ago. Google for it, since
we gave a detailed discussion about that construct in many different
situations and compilers
jacob said:We had a discussion about the #pragma pack construct in this
group several weeks ago. Google for it, since we gave a detailed
discussion about that construct in many different situations and
compilers
jacob navia said:We had a discussion about the
#pragma pack
construct in this group several weeks ago. Google for it, since
we gave a detailed discussion about that construct in many different
situations and compilers
Keith Thompson said:Using #pragma pack might turn out to be the perfect solution to the
OP's problem, but recommending it without even mentioning the caveats
is irresponsible.
Richard said:He pointed the poster to a previous discussion of it. Does he have
to repeat it all too?
-- Richard
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.