人的名树的影

导航

2018年9月20日 #

C++程序报错

摘要: (1)、fatal error C1083: 无法打开包括文件: “iostream.h”: No such file or directory 因为<iostream.h>是c风格的,可以用,但要注意格式: 要么是: #include <iostream> using namespace std; 阅读全文

posted @ 2018-09-20 21:46 人的名树的影 阅读(149) 评论(0) 推荐(0)