如何添加<complex.h> 我的c++6.0好像没有这个。怎么添加啊? 谢谢好心人指导,本人新手。

这是错误提示:--------------------Configuration:2.17-Win32Debug--------------------Compiling... 这是错误提示:
--------------------Configuration: 2.17 - Win32 Debug--------------------
Compiling...
2.17.c
e:\程序\c语言\2.17.c(2) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory
执行 cl.exe 时出错.

2.17.obj - 1 error(s), 0 warning(s)
不懂啊。
展开
 我来答
william_shy
2011-02-11 · TA获得超过151个赞
知道答主
回答量:113
采纳率:0%
帮助的人:0
展开全部
complex.h 这个文件在不是Microsoft的,它是borland写的,内容很简单,如下:

/**************************************************************************
* Wrapper header file used to select STL via defines.
* Default is STLport.
**************************************************************************/

/*
* C/C++ Run Time Library - Version 11.0
*
* Copyright (c) 2002 by Borland Software Corporation
* All Rights Reserved.
*
*/

#ifdef _USE_OLD_RW_STL
# include <oldstl\complex.h>
#else
# include <stlport\complex>
#endif
程序员联盟
2011-02-02 · TA获得超过1014个赞
知道小有建树答主
回答量:642
采纳率:0%
帮助的人:501万
展开全部
把源文件的扩展名从.c改成.cpp
complex文件是存在的(没有.h的扩展名),它已经是STL的标准部分了

#include <complex>
using namespace std;
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友a717919
2011-02-04 · TA获得超过234个赞
知道小有建树答主
回答量:180
采纳率:0%
帮助的人:88.7万
展开全部
#include < complex>
.......
.......
using namespace std;
......
void main()
{
.....
}
修改头文件的名字#include < complex.h> 为#include < complex>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式