0uts1de-v / sort_quiz

English word sorting quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sort_quiz

English word sorting quiz This program is using the dictionary data from https://kujirahand.com/web-tools/EJDict.php.

Dependency

  • sqlite3

Usage

$ g++ main.cpp -o sort_quiz -lsqlite3 -Wall -std=c++17
$ ./sort_quiz

Input "?" to show the answer immediately.

About

English word sorting quiz

License:MIT License


Languages

Language:C++ 97.8%Language:Shell 2.2%