下面是VC6.0里的,
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/11 00:17:31
下面是VC6.0里的,
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ';' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ';' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ')' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ';' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2065:'i' :undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :warning C4552:'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ';' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ';' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ')' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2143:syntax error :missing ';' before 'type'
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :error C2065:'i' :undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\ads\dsd.c(6) :warning C4552:'
就是你的程序里出错了,7个错误,1个警告,这里只说错误:
1-4:少了个分号,5:i没有定义,6 :括号错误,不能是中文的括号,应该是英文的括号,7:{ 前少了分号:
如果想找具体错误的话,直接在VC6里双击上面的错误,一般就可跳到出错行了
1-4:少了个分号,5:i没有定义,6 :括号错误,不能是中文的括号,应该是英文的括号,7:{ 前少了分号:
如果想找具体错误的话,直接在VC6里双击上面的错误,一般就可跳到出错行了
下面是VC6.0里的,
MFC中怎么画出倾斜的椭圆?VC6.0
是用VC6.0编译的,没有错误也没有警告.调试后是这个问题.请问怎么解决啊.
vc6.0,题目是用递归方法求n阶勒让德多项式的值,递归公式在下面:
vc6.0求a,b,c三个数字中最大值的程序怎么做
c++ 求三个长方体的体积,键盘输入长宽高 (vc6.0 c++)
帮忙用C语言写一个VC6下返回值是1到9随机数的函数
已知半径r=3.4cm,求球的体积和面积(保留3位小数).vc6.0编程
在VC6.0中,如有定义语句:int x=12,y=8,z;,在其后执行语句z=0.9+x/y,则z的值为多少?到底是进
vc6.0,错误1083,cannot open the file
vc6.0调试时出错one or more breakpoints...
用VC6.0输入20个整数到数组中,编写程序求出数组中偶数的个数,以及这些偶数的平均数.