Thread: Integer Size
View Single Post
  #8 (permalink)  
Old November 6th, 2005, 10:31 PM
middledd middledd is offline
Authorized User
 
Join Date: Nov 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

sizeof is an OPERATOR:
Here is the heading from a well known tutorial on C++:
"SIZE OF - AN OPERATOR BY ITSELF . . . sizeof is an operator, not a function. If you apply it to a type, it must be used with the parenthesized form, but if you apply it to a variable you can use it without parentheses . . ."


Reply With Quote