it is in relation to this question



Originally Posted By: Wjbender
rest assured.

Code:
obj pluto;
printf ("%I",(int)sizeof (pluto));



Originally Posted By: Kartoffel
Thanks, I'm aware of this, but shouldn't it work the way I've written it?
In c++ it sure does and I'm pretty sure that it should work the same in standard c.

...well, this basically means that all of my memory allocations for user defined structs that I ever used are completely wrong, at least in lite-c.


where :

Code:
typedef struct
{
   int stuff [1024];
}obj;




Compulsive compiler