Thread: Integer Size
View Single Post
  #6 (permalink)  
Old October 21st, 2005, 06:54 PM
Phoenix8 Phoenix8 is offline
Registered User
 
Join Date: Oct 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

No,sizeof is a operator,not function or method
you can use like that:
1) sizeof( object );
2) sizeof( type_name );
3) sizeof object; //

Reply With Quote