VISUALC++6.0算数程序
小弟是初学C语言看到谭浩强的C程序设计第一章有个计算的程序我按葫芦画圆试了下可是就是提示出错#include<stdio.h>intmain(){inta,b,sum;a...
小弟是初学C语言 看到谭浩强的C程序设计第一章有个计算的程序 我按葫芦画圆试了下 可是就是提示出错
#include <stdio.h>
int main()
{
int a,b,sum;
a=123;
b=456;
sum=a+b;
printf("sum is %d\n",sum);
return 0;
}
--------------------Configuration: ff - Win32 Debug--------------------
Compiling...
ss.cpp
e:\c++\msdev98\myprojects\ff\ss.cpp(11) : fatal error C1010: unexpected end of file while looking for precompiled header directive
执行 cl.exe 时出错.
ff.exe - 1 error(s), 0 warning(s)
这是怎么回事= = 球大神指点下啊 展开
#include <stdio.h>
int main()
{
int a,b,sum;
a=123;
b=456;
sum=a+b;
printf("sum is %d\n",sum);
return 0;
}
--------------------Configuration: ff - Win32 Debug--------------------
Compiling...
ss.cpp
e:\c++\msdev98\myprojects\ff\ss.cpp(11) : fatal error C1010: unexpected end of file while looking for precompiled header directive
执行 cl.exe 时出错.
ff.exe - 1 error(s), 0 warning(s)
这是怎么回事= = 球大神指点下啊 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询