....">

当前位置:  技术问答>linux和unix

why it is undefined? help me, please.

    来源: 互联网  发布时间:2015-12-19

    本文导语:  my program: include include include int main() { double a; a = pow(2,4); return; } It shows the "pow" doesnot defined? why???????????? | 1st, your head file is not correct. stolib.h -> stdlib.h stoio.h -> stdio.h 2nd, return 0;...

my program:
include
include
include
int main()
{
double a;
a = pow(2,4);
return;
}

It shows the "pow" doesnot defined? why????????????

|
1st, your head file is not correct.
stolib.h -> stdlib.h
stoio.h -> stdio.h

2nd, return 0;

3rd, use this command to compile your program:
    gcc test.c -o test -lm

|
需要链接-lm库.

|
gcc myprog.c -o myprog -lm

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • why? help me. (linux8.0 ,GF2 MX400)
  • why error???? help me
  • 中文问题why?why?why?--等待中
  • why why why?
  • TCP/IP 连接诊断工具 Why Can't I Connect?
  • JBUILDER 5.0总死机或鼠标不能用,WHY
  • why?
  • why can't i input chinese ? where? and how to do?
  • solaris for intel 网卡连不通,ping 自己正常, why? 50分!!!
  • http://sourceforge.net/不能访问了,why?
  • why my package can't find?
  • 在非GUI程序中,我用JOptionPane.showMessageDialog后,发现程序无法结束。why?
  • Why?????? DbPerson.java:286: cannot resolve symbol!!!!
  • 各位大侠:我FTP到UnixWare服务器后,PUT本地的文件很快,到GET巨慢,why???
  • 我用libnet发tcp syn包给自己, 但没有响应包, why?
  • 开源程序安装后, 找不到.so, why?
  • 安装好J Builder 5.0后不能输入serial no,why?
  • why it is overload?
  • 一道题,select what & why?
  • ========FreeJava编译能通过,但不能运行,why?=======
  • 用Bochs CPU占有率长期100%,why?
  • 安装jbuilder6后,运行时提示'Unknown license file format', WHY?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3