VC++ 6.0错误。。帮忙看看
程序代码:#include "stdio.h"
int f(int a,int b);
{ int c;
if (a>b) c=1;
else if(a==b) c=0;
else c=-1;
return c;
}
void main()
{int i=2,p;
p=f(i,++i);
printf("%d",p);
}
实参的顺序。。程序目的rror C2447: missing function header (old-style formal list?) VC++ 6.0的报错“function header ”什么意思?









快速结贴 你就可以发下一个问题了 。