== Quote from Rory McGuire (rmcgu...@neonova.co.za)'s article
> I think sizeof is a property, e.g. char.sizeof or:
> struct A {
>       int a;
>       char[10] b;
> }
> A.sizeof
> A a;
> a.sizeof
> you get the picture. (Have I got it?)
> -Rory

Thanks Rory.

Reply via email to