标签: c++
我正在查看代码示例并注意一些使用引号的预处理器指令而其他使用括号?有什么区别?
#ifdef WIN32 #include <windows.h> #else // Redhat Linux Version 6.0 #include <stdio.h> #include <stdlib.h> #endif #include <iostream.h> #include <string.h> #include "CamCoStr.hh"