ifstream 是在 fstream 头文件中,所以要包含 fstream 头文件,并且 引用 std 命令空间。
在文件头部添加下面两句:
#include using namespace std;
代码结构好像不对吧。