1. 程式人生 > >C++ 莫名編譯錯誤總結

C++ 莫名編譯錯誤總結

1 static 變數沒有在 cpp 中初始化

2 c 檔案 在c++ 工程中沒有 用

 #ifdef __cplusplus

extern "C"
{

#endif

 #ifdef __cplusplus

extern "C"
}

#endif

3 忘了 #include <string>