sizeof
基本解释
- n. ... 的大小
英汉例句
- The most compelling need for sizeof( ) in C and C++ is portability.
在C和C++中,size()最常见的一种应用就是“移植”。 - The expression cannot use sizeof or a type-cast operator.
表达式不能使用sizeof运算符或者时一个强制类型转换符。 - Whenever possible, use SizeOf to determine the count.
--------------------------------- move是复制一部分字节数据的。 - Java does not need a sizeof( ) operator for this purpose because all the data types are the same size on all machines.
Java不需要sizeof()运算符来满足这方面的需要,因为所有数据类型在所有机器的大小都是相同的。 - The #if line evaluates a constant integer expression (which may not include sizeof, casts, or enum constants).
还可以使用条件语句对预处理本身进行控制,这种条件语句的值是在预处理执行的过程中进行计算。