#error : ERROR: Use of C runtime library internal header file. 這異常什麼意思(2) - C++
#error : ERROR: Use of C runtime library internal header file. 這錯誤什麼意思?#include #include //我用的是 &(2) ... -----解決方案#include 改成#include "..\\crt\\src\\ctime.h " 要麼改成絕對路徑哦~~~ #include "c ...
www.myexception.cn |