How to ofstream a numeric value in a .txt file and read same data through ifstream in same program

后端 未结 0 429
一个人的身影
一个人的身影 2020-12-16 23:18
#include 
#include 
using namespace std;
int main()
{
    string mobile;
    int N[10];
    ofstream file;
    file.open("my.txt&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题