error C2296: '/' : illegal, left operand has type 'long (__cdecl *)(int,int)' 为什么?

日期:2022-04-11 14:57:52 人气:1

error C2296: '/' : illegal, left operand has type 'long (__cdecl *)(int,int)' 为什么?

long int f1(int x,int n)
long int f2(int n,int x)
sum+=(float)(f1/f2);
大概函数之间也可以做除法运算?
    A+
热门评论