指令 用途
# 空指令,无任何效果
#include 包含一个源代码文件
#define 定义宏
#undef 取消已定义的宏
#if 如果给定条件为真,则编译下面代码
#ifdef 如果宏已经定义,则编译下面代码
#ifndef 如果宏没有定义,则编译下面代码
#elif 如果前面的#if给定条件不为真,当前条件为真,则编译下面代码
#endif 结束一个#if……#else条件编译块
#error 停止编译并显示错误信息
相关文章
- ERROR in static/js/0.5d7325513eec31f1e291.js from UglifyJs
- C语言的作用域规则
- jQuery的$.get()函数不执行以及php端报错Uncaught Error: Call to a member function bind_param() on boolean in...
- wampserver 报错 Fatal error:Call to undefined function curl_init()
- 有关使用phpstudy搭建sqli-lab环境搭建时发生Uncaught Error: Call to undefined function mysql_connect()错误
- mysql错误一例:ERROR 1030 (HY000): Got error 28 from storage engine
- @InitBinde的作用
- CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue(anacond配置环境)
- 《C++》Visual Studio error C2001:常量中有换行符(解决办法)
- xcrun: error: active developer path (/Users/XJW/Desktop/Xcode.app/Contents/Developer) does not exist, use `xcode-select --switch path/to/Xcode.app` to