9.5.3 Declaration directives

博客介绍了声明指令用于定义或取消定义条件编译符号,#define使符号定义,#undef使其未定义,且这些指令须在源文件首个标记前,否则会编译错误。还举例说明了定义已定义符号、取消定义未定义符号等情况。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

9.5.3 Declaration directives
The declaration directives are used to define or undefine conditional
compilation symbols.
pp-declaration::
whitespaceopt # whitespaceopt define whitespace conditional-symbol
pp-new-line
whitespaceopt # whitespaceopt undef whitespace conditional-symbol
pp-new-line
pp-new-line::
whitespaceopt single-line-commentopt new-line
The processing of a #define directive causes the given conditional
compilation symbol to become defined,
starting with the source line that follows the directive. Likewise, the
processing of an #undef directive causes
the given conditional compilation symbol to become undefined, starting with
the source line that follows the
directive.
Any #define and #undef directives in a source file must occur before the
first token (§9.4) in the source file;
otherwise a compile-time error occurs. In intuitive terms, #define and
#undef directives must precede any
.real code. in the source file.
[Example: The example:
#define Enterprise
#if Professional || Enterprise
#define Advanced
#endif
namespace Megacorp.Data
{
#if Advanced
class PivotTable {...}
#endif
}
is valid because the #define directives precede the first token (the
namespace keyword) in the source file.
end example]
[Example: The following example results in a compile-time error because a
#define follows real code:
#define A
namespace N
{
#define B
#if B
class Class1 {}
#endif
}
end example]
A #define may define a conditional compilation symbol that is already
defined, without there being any
intervening #undef for that symbol. [Example: The example below defines a
conditional compilation symbol A
and then defines it again.
Chapter 9 Lexical structure
65
#define A
#define A
For compilers that allow conditional compilation symbols to be defined as
compilation options, an alternative
way for such redefinition to occur is to define the symbol as a compiler
option as well as in the source. end
example]
A #undef may .undefine. a conditional compilation symbol that is not
defined. [Example: The example below
defines a conditional compilation symbol A and then undefines it twice;
although the second #undef has no
effect, it is still valid.
#define A
#undef A
#undef A
end example]
访问真八字排盘系统介绍: 1、八字排盘 八字排盘是将年月日时按照天干地支的形式进行排列,一个时间单位代表了一个柱。八字由年柱、月柱、日柱和时柱共四个柱组成,也被称为四柱八字。八字学中基于中国阴阳五行、天干地支与刑冲克害、以及民间盲派的神煞论等方式,进一步预测爱情顺遂、工作高低、姻缘好坏、财富高低、学业成就、身体健康等事的学问。 八字排盘由以下元素组合:年月日时四柱、大运干支、胎元 、流年干支、十神、地势、神煞等。生辰八字不只是把干支历计算出来,而还要遵守月令、节令的强弱,时辰的阴阳变化进行校正。排盘分析,就是根据出生者的性别、天干地支的阴阳五行关系、进一步推算出来的一套方法论,给预测者做人生吉凶的参考数据,在未来事业、财运、婚姻、家庭等问题时,能做出风险较低的决策。 八字排盘怎么看 八字排盘由年、月、日、时四柱组成,每柱包含一个天干和一个地支,共八个字。年柱代表出生的年份,月柱代表出生的月份,日柱代表出生的日期,时柱则代表出生的时辰。每个柱的干支组合都会对个人的命运产生影响。天干地支旁边标注的正财、偏财、偏印、正印、比肩、劫财、食神、伤官、正官、七杀等,称为十神。 2、八字排盘软件介绍 我们是腾讯云市场金牌合作伙伴,广州正规软件开发公司,开发的八字排盘系统数据最全面精准,我们八字排盘采用最精确的排盘程序,而且运用“真太阳时”,进行更精确的时间划分。大家都知道我们使用的北京时间,是统一规定的标准时间。而八字排盘需要相对于太阳方位的天文时间,即平太阳时。我们国家地大物博,北京时间19时,哈尔滨已经夜幕降临,而新疆却还是太阳高挂,这时哈尔滨的天文时间可能在20:00以后,而新疆的天文时间可能在16时以前。北京时间是东经120度经线的平太阳时,如果您出生地的经度与北京时间所处的经度差异较大,或者处于单数时间点的前后,比如6点差一刻,8点,10点15分等
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值