unexpected end of file while looking for precompiled header directive windows 编程不能添加函数?
e:\testt\base.cpp(11) : fatal error C1010: unexpected end of file while looking for precompiled header directive
想添加一个函数 好像不行
#include <windows.h>
void show(void)
{
int a = 100;
int b = 200;
a+b;
}