ifstream怎么用啊,ofstream一学就会,可是ifstream没有输出和创建文件啊
rt,求解
#include"iostream"
#include"fstream"
using namespace std;
int main()
{
int a;
ifstream infile(C:\\123.txt);
ifstream>>a;
ifstream.close();
}
就像这样子,为什么没有输出,也没有创建文件呢