本章內容: C + + - Welcome to O'Reilly Taiwan!

本章內容: C + + - Welcome to O'Reilly Taiwan!

瀏覽:1397
日期:2025-06-05
#defi ne 只能定義簡單的常數。const 可定義幾乎每一種 C++ 常數的型態,包含結 構類別。例如: struct box {int width, height; // 方塊的大小,單位為點}; const box pink_box(1.0, 4.5); // 輸入粉紅色方塊的大小 #define 在條件式編譯和其它特定應用上十分有用。...看更多