date:
2022/12/25 发布v1.0.0版本
v1.0.0:
English
| ---------------1.0.0
| | ---------------English_1_0_0.h
| | ---------------English_1_0_0.cpp
| ---------------Eng_1_0_0.h
| ---------------levelup.h
| ---------------levelup.cpp
| ---------------now
| ---------------max
| ---------------单词本
English_1_0_0.h
#ifndef UNTITLED_ENGLISH_1_0_0_H
#define UNTITLED_ENGLISH_1_0_0_H
#include
using namespace std;
struct Word
{
string Eng,Chi;
};
void init_words();
void print();
#endif //UNTITLED_ENGLISH_1_0_0_H
English_1_0_0.cpp
#include "English_1_0_0.h"
#include
#include
#include
using namespace std;
string Dict = "/Users/srcb-s