由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what is the meaning of this macro in visual studio, thanks
相关主题
建议大家看看interlockedstl的map可以嵌套几层?
VC++ does not support strlen()急!问个有关aligment的问题。
c warningvisual studio 编译器怎么关掉warning?
#ifdef _MSC_VER 是什么意思啊?A helloworld OpenMP question?
size of structure无法编译一个文件
Segmentation fault[合集] Intel 9编译器在vc 6.0的环境里编译openmp的问题
visual studio 2005怎么不让自动添加#pragma once?c++,这种做法不行?
C怪问题一个如何用 preprocessor unroll for loop?
相关话题的讨论汇总
话题: visual话题: macro话题: meaning
进入Programming版参与讨论
1 (共1页)
e******r
发帖数: 220
1
#if _MSC_VER > 1000
#pragma once
#endif
here is another one:
#define EC_LED_SF (( unsigned char )(0x01))
1 (共1页)
进入Programming版参与讨论
相关主题
如何用 preprocessor unroll for loop?size of structure
求助:expected class name before "(" tokenSegmentation fault
问一个gcc下bit field的对齐问题visual studio 2005怎么不让自动添加#pragma once?
求助:一个Visual C++ 9.0下编译OpenGL code的问题C怪问题一个
建议大家看看interlockedstl的map可以嵌套几层?
VC++ does not support strlen()急!问个有关aligment的问题。
c warningvisual studio 编译器怎么关掉warning?
#ifdef _MSC_VER 是什么意思啊?A helloworld OpenMP question?
相关话题的讨论汇总
话题: visual话题: macro话题: meaning