| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 664 人关注过本帖
标题:一段英文的Compile Error读不懂!谁知道这是什么错!
取消只看楼主 加入收藏
守望麦田
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2012-12-26
结帖率:83.33%
收藏
已结贴  问题点数:20 回复次数:2 
一段英文的Compile Error读不懂!谁知道这是什么错!
Compile Error:
Main.cpp
F:\temp\11431923.7192\Main.cpp(15) : error C2668: 'pow' : ambiguous call to overloaded function
        math.h(575): could be 'long double pow(long double,int)'
        math.h(527): or       'float pow(float,int)'
        math.h(489): or       'double pow(double,int)'
        while trying to match the argument list '(int, int)'
F:\temp\11431923.7192\Main.cpp(31) : error C2668: 'pow' : ambiguous call to overloaded function
        math.h(575): could be 'long double pow(long double,int)'
        math.h(527): or       'float pow(float,int)'
        math.h(489): or       'double pow(double,int)'
        while trying to match the argument list '(int, int)'
搜索更多相关主题的帖子: function 英文 long double trying 
2013-04-03 22:10
守望麦田
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2012-12-26
收藏
得分:0 
好,我知道了!
2013-04-03 22:21
守望麦田
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2012-12-26
收藏
得分:0 
因为我定义的数为int型,而pow的数据要定义为double型,所以将int的数据强制类型转换为double型就行了!
AC了!
2013-04-03 22:24
快速回复:一段英文的Compile Error读不懂!谁知道这是什么错!
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017443 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved