摘要: 编译时出现错误
c:\program files\microsoft visual studio\vc98\include\errno.h(29) : error C2143: syntax error : missing ';' before 'string'
c:\program files\microsoft visual studio\vc98\include\errno.h(29) : fatal error C1004: unexpected end of file found
不把这两个文件连接起来考虑是很难知道是那里错了,况且Unmi原来又是写java比C++多得多,java可没有#include的用法,其实有C++经验的人,明白了#include只是把被包含文件
阅读全文