摘要:
原文链接http://blog.csdn.net/phunxm/archive/2009/12/26/5082488.aspx一.预处理宏1. 通用宏VC6.0中:Project SettingàC/C++àPreprocessor definitionsVC2005中:项目属性à配置属性àC/C++à预处理器定义WIN32:指明是Window 32位系统的编译器,一般用作平台识别。_MBCS/_UNICODE:指明该工程使用的字符集(多字节字符集/UNICODE)。在VC6.0的“Project SettingàC/C++à 阅读全文