/D(PreprocessorDefinitions) preprocessor macros

Open the project's Property Pages dialog box.
Click the C/C++ folder.
Click the Preprocessor property page.
Modify the Preprocessor Definitions property.

/D(PreprocessorDefinitions) preprocessor macros
Youcan use this symbol with#ifor#ifdeftocompile source conditionally. The symbol definition remains ineffect until a redefinition is encountered in source or the symbolis undefined in source by using the#undefdirective.

/Dhas muchthe same effect as using the#definedirectiveat the beginning of the source file.However,/Dstrips[]quotes on the command line and#defineretainsthem.

vs 中的Preprocessor Definitions选项,是用来定义编译条件的,相当于在sourcefile的顶部使用#define一样。

The preprocessor definitions are usefor global pre-processor definitions for the current project;usually system or compiler pre-processor defintion.

for example, when in debug mode, oneof the definition will _DEBUG this will be used when compiling thecode if the user (programmer) wants to do something different whenbuilding in debug mode :

#ifdef _DEBUG
/// do something ONLY in debug mode
#endif

  

爱华网本文地址 » http://www.aihuau.com/a/25101015/243544.html

更多阅读

cmd怎么进入d盘 cmd怎么进入c盘文件夹

cmd怎么进入d盘——简介cmd怎么进入d盘,通常是需要在cmd中用代码查询数据才要在cmd中进入d盘,那么怎么进入d盘呢?cmd怎么进入d盘——cmd进入d盘方法cmd怎么进入d盘 1、

解决D盘无法格式化的方法 xp系统d盘无法格式化

???????????????????????????????????????????????? 解决D盘无法格式化的方法????? 解决K有时候想格式D盘,用右键快速格式,提示:“windows无法格式该驱动器。退出所有正使用该驱动器的磁盘实用程序或其他程序,并确保没有窗口正显示

汽车等级划分:A、B、C、D级车

一般来说有A、B、C、D等级车,各国标准各不一样,我国更是无统一标准,由于德国汽车最先与我国合资并占领一定市场,多采用德国分级法:A级车,一般指小型轿车;B级车是中档轿车;C级车是高档轿车;而D级车指的则是豪华轿车,其等级划分主要依据轴距、排

长滩岛 吃在长滩,带你去逛D'Talipapa海鲜市场

面积仅为10.32平方公里的长滩岛上并不种植或养殖各类瓜果蔬菜和动物禽类,食物大多是依靠往返的螃蟹船运抵码头再上岸的,但这并不影响岛上饮食的多元化。旅游业已很成熟的长滩岛集合了世界各地的美食,满足了来自世界各国游客的口味。除

声明:《/D(PreprocessorDefinitions) preprocessor macros》为网友少年分享!如侵犯到您的合法权益请联系我们删除