别人 给我的一个工程 由于不太懂 c开发  应该用什么编译呢  ?\test.cpp(764) : error C2660: 'MoveNext' : function does not take 1 parameters
\test.cpp(783) : error C2065: '_time64_t' : undeclared identifier
\test.cpp(783) : error C2146: syntax error : missing ';' before identifier 'long_time'
\test.cpp(783) : error C2065: 'long_time' : undeclared identifier
\test.cpp(784) : error C2065: '_time64' : undeclared identifier
\test.cpp(785) : error C2065: '_localtime64' : undeclared identifier
\test.cpp(785) : error C2440: '=' : cannot convert from 'int' to 'struct tm *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast用什么编译 可以成功呢 ?我好下载