gcc以及共享库

时间:2014-11-04 06:58:01   收藏:0   阅读:241
#include<stdio.h>
#include<math.h>
int main()
{

	double x = pow(2.0,3.0);
	printf("The cube of 2.0 = %f\n",x);
	return 0;
}


原文:http://iamokay.blog.51cto.com/6035878/1571327

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!