c++为什么无法打开二进制文件
#include<fstream>#include<iostream>usingnamespacestd;intmain(intargc,char*argv[]){fst...
#include <fstream>#include <iostream>using namespace std;int main(int argc, char* argv[]){ fstream file("data.dat",ios::binary); if(!file) cout<<"error!"<<endl; system("pause"); return 0;}
用ofstream和ifstream打开时没有错误
为什么用读写共存的fstream打开就有错误呢 展开
用ofstream和ifstream打开时没有错误
为什么用读写共存的fstream打开就有错误呢 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询