sizeof
常见例句
- 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).
還可以使用條件語句對預処理本身進行控制,這種條件語句的值是在預処理執行的過程中進行計算。 - The sizeof() function counts the elements of an array, or the properties of an object.
sizeof ()函數的作用是:統計一個數組中所包含的元素數量;或者是統計一個 ... 返回 sizeof