⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 record.cpp

📁 本人非常成功的c++课设
💻 CPP
字号:
#include<iostream.h>
#include<fstream.h>
#include<iomanip.h>
#include"Word声明.h"
void Record()
{
cout<<"本次测试背错的单词为:"<<endl;
	ifstream aa("记录.txt");
	if(!aa){cout<<"不能打开文件"<<endl;return;}
	for(int k=0;!aa.eof();k++)
	{
        aa>>wor1.english>>wor1.chines;
       cout<<setw(10)<<wor1.english<<setw(10)<<wor1.chines<<endl;
	  }
	aa.close();
}	


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -