正如问题所说,C预处理器能够做到吗?
例如:
#define PI 3.1416 #define OP PI/100 #define OP2 PI%100
OP和/或OP2在预处理阶段是否有任何计算方法?
c-preprocessor
c-preprocessor ×1