complex.h头文件丢失 [英] complex.h header file is missing

查看:69
本文介绍了complex.h头文件丢失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

complex.h 一个Windows标题?我正在尝试编译代码,它说标题丢失了。我在哪里可以下载complex.h?

谢谢

Is complex.h a windows header? I'm trying to compile code and it says that the header is missing. Where can I download complex.h?
Thanks

推荐答案

因为你使用的是C ++而不是C(我假设是因为这个问题标签),你可以包括复杂而不是C标题 complex.h



尝试更改

Since you're using C++ rather than C (I assume because of the question tag), you can include complex instead of the C header complex.h.

Try changing
#include <complex.h>



to


to

#include <complex>



希望这有帮助,

Fredrik


Hope this helps,
Fredrik


这篇关于complex.h头文件丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆