![]() |
#2
yuccn2011-04-04 11:24
|
这是我的实验程序
#include <iostream>
#include <windows.h>
using namespace std;
int main(void)
{
return 0;
}
错误:
e:\工具软件\vc98\include\windef.h(171) : error C2146: syntax error : missing ';' before identifier 'LPARAM'
e:\工具软件\vc98\include\windef.h(171) : fatal error C1004: unexpected end of file found
Error executing cl.exe.