QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1088|回复: 1

c bulider 6 函数错误的问题

[复制链接]
发表于 2006-2-25 22:57:04 | 显示全部楼层 |阅读模式
[code:1]void __fastcall TForm1::Button1Click(TObject *Sender)
{

        Extended Number, Base;
        int Exp;

        Base   = StrToFloat(Edit1->Text);
        Exp    = StrToInt(Edit2->Text);
        Number = IntPower(Base, Exp);

        Edit3->Text = FloatToStr(Number);      
}


  [C++ Error] Unit1.cpp(26): E2268 Call to undefined  function 'IntPower'
  [C++ Error] Unit1.cpp(28): E2451 Undefined symbol 'Edit3'
  [C++ Warning] Unit1.cpp(29): W8004 'Number' is assigned a value that is never used


请问是怎么回事呢?
[/code:1]
发表于 2006-2-26 12:09:58 | 显示全部楼层
没有包含《math.h》库
没有Edit3控件。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 22:31 , Processed in 0.077227 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表