相关疑难解决方法(0)

#if 0 ..... #endif块到底是做什么用的?

C/C++中

#if 0/ #endifblock 之间放置代码会发生什么?

#if 0

//Code goes here

#endif
Run Code Online (Sandbox Code Playgroud)

代码是否只是被跳过,因此无法执行?

c-preprocessor

115
推荐指数
6
解决办法
9万
查看次数

标签 统计

c-preprocessor ×1