== Quote from Rory McGuire ([email protected])'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.
== Quote from Rory McGuire ([email protected])'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.