[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


Sizeof() Operator

The sizeof() operator returns a number of type size_t, which the compiler declares to be of type unsigned long int (in the file stddef.h). If your code assumes that sizeof() returns a number of type int, it may not work correctly.


NOTE

The value returned by the sizeof() operator is only evaluated at compile-time, not at runtime.

[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000