C++有复数标准库,但为何编译出错呢?
编译以下命令时,提示错误为:: fatal error C1083: Cannot open include file: 'complex.h': No such file or directory,这是为何?c++标准库不是有复数么?请大神正解。#include <iostream>
using namespace std;
#include "complex.h"
2014-02-04 01:17
2014-02-04 08:25
2014-02-04 14:48
2014-02-05 11:41