D - sizeof(type) ??
- "Chris Lajoie" <ctlajoie hotmail.com> Mar 07 2004
- J Anderson <REMOVEanderson badmama.com.au> Mar 07 2004
- "Chris Lajoie" <ctlajoie hotmail.com> Mar 07 2004
Hi, Is there an equivelant for C/C++'s sizeof operator for D? Thanks! Chris
Mar 07 2004
Chris Lajoie wrote:Hi, Is there an equivelant for C/C++'s sizeof operator for D? Thanks! Chris
See: http://www.digitalmars.com/d/property.html -- -Anderson: http://badmama.com.au/~anderson/
Mar 07 2004
Certainly, type.sizeof See: http://www.digitalmars.com/d/property.html
Ah, thanks much. I just noticed there's a search feature for the documentation. I'll just use that from now on ;)
Mar 07 2004








"Chris Lajoie" <ctlajoie hotmail.com>