学习VC++,库函数sqrt、fabs在编译时,出现未说明错误是何原因?
加上如下头文件
#include <math.h>
or
#include <cmath>
using namespace std;
----------------------------------------------------------------------------------------------------------------------
头文件加在该文件内了吗?把错误信息贴出来看看
----------------------------------------------------------------------------------------------------------------------
math.h要放在stdafx.h下面才行,你试试