社区
C++ 语言
帖子详情
怎么都找不到错误 [Error] called object is not a function or function poin
Lov-靓仔
2019-11-29 08:14:40
#include <stdio.h>
int main(void)
{
double n,f;
scanf("%lf",&f);
n=5/9(f-32);
printf("%.2lf",n);
return 0;
}
...全文
548
1
打赏
收藏
怎么都找不到错误 [Error] called object is not a function or function poin
#include int main(void) { double n,f; scanf("%lf",&f); n=5/9(f-32); printf("%.2lf",n); return 0; }
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
1 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
寻开心
2019-11-29
打赏
举报
回复
1
n=5/9*(f-32)。你的乘号丢啦。
解决
error
:
ca
l
led
object
‘xxx‘ is not a
function
or
function
poi
nter
error
:
ca
l
led
object
‘xxx’ is not a
function
or
function
poi
nter| 导致原因:数学表达式
错误
或 使用了某些数学函数却没有导入包含它的头文件 解决办法: 1、检查代码中的数学表达式是否书写
错误
,常见的
错误
...
MFC System
Error
Codes (6000-8199)
The following table provides a list of system
error
codes (
error
s 6000 to 8199). These values are defined in the Win
Error
.h header file. They are returned by the GetLast
Error
function
when many ...
DB2 Backup and Recovery for LiveCycle ES
DB2 Backup and Recovery for LiveCycle ESRatings:0<!-- ionReadyLoad(
function
(){ var patrn = (/(.*)-(.*)/); if(patrn.test(ion_lo
ca
le)) { ion_lo
ca
le =
[ZT]Member
Function
Poi
nters and the Fastest Possible C++ Delegates
This is unfortunate, be
ca
use
object
-oriented
function
poi
nters, also
ca
l
led
'closures' or 'delegates', have proved their value in similar languages. In Delphi (
Object
Pas
ca
l), they are the basis for ...
Exceptions___CH_20
#include // for sqrt()
function
#include // A modular square root
function
double mySqrt(double x) { // If the user entered a negative number, this is an
error
condition if (x ) throw "
Ca
n not take ...
C++ 语言
65,180
社区成员
250,527
社区内容
发帖
与我相关
我的任务
C++ 语言
C++ 语言相关问题讨论,技术干货分享,前沿动态等
复制链接
扫一扫
分享
社区描述
C++ 语言相关问题讨论,技术干货分享,前沿动态等
c++
技术论坛(原bbs)
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
请不要发布与C++技术无关的贴子
请不要发布与技术无关的招聘、广告的帖子
请尽可能的描述清楚你的问题,如果涉及到代码请尽可能的格式化一下
试试用AI创作助手写篇文章吧
+ 用AI写文章