![]() |
#2
wp2319572014-02-04 08:25
|
编译以下命令时,提示错误为:: fatal error C1083: Cannot open include file: 'complex.h': No such file or directory,这是为何?c++标准库不是有复数么?请大神正解。
#include <iostream>
using namespace std;
#include "complex.h"