如何在Windows上使用预处理器执行log(x)?
喜欢:
#define A log(4)/log(2)
在我的代码之后的数组
int b[A]; // A=2 will be computed with the preprocessor ! not in run time
c
c ×1