2月10在程序(Project20060210)中使用函数pow(x,y),虽然加上了#include <math.h>, 但出现下列错误,

error C2065: 'pow' : undeclared identifier

原因是

将#include <math.h>放在了
#include <vector>
#include <iostream>
using namespace std;

之前

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
猜你喜欢
  • 2022-01-21
  • 2021-12-16
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案