vc 报错 Creating Type Library… Error spawning midl.exe
同样的代码在aha-c能运行。。。 变量也在的 找了很多。。结果还是不尽人意 不做系统就只能这样了吗。。。
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a
,b
,c
;
a
=0;
b
=1;
c
=2;
printf("%d\n\t%d-%d\n>>%d-%d\t\b%d\n",a
,b
,c
,a
,b
,c
);
system("pause");
return 0;
}