相关疑难解决方法(0)

如何使用预处理器计算日志

如何在Windows上使用预处理器执行log(x)?

喜欢:

#define A    log(4)/log(2)
Run Code Online (Sandbox Code Playgroud)

在我的代码之后的数组

int b[A]; // A=2 will be computed with the preprocessor ! not in run time
Run Code Online (Sandbox Code Playgroud)

c

4
推荐指数
2
解决办法
4720
查看次数

标签 统计

c ×1