📄 mymainf.cpp
字号:
#include <iostream>
#include <conio.h>
#include "myhead.h"
using namespace std;
int main()
{
sample text_sample;
bool check=text_sample.analyze_words_text();
if (check==true)
{
text_sample.show_analyze_text();
cout<<endl<<endl<<"测试完毕,按任何键退出!"<<endl;
}
else
cout<<endl<<"按任何键退出!"<<endl;
getch();
return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -