CPP DICTIONARY TOOL Developed by Nathan Davis and released on October 8, 2025
HOW TO USE The program will output an action menu upon execution. Type the number of the option you would like to use. Inputting an invalid number will return null.
1 - Displays contents from the loaded file 2 - Searches words from the loaded file, by match & prefix. 3 - Adds new words to the loaded file. 4 - Removes words from the loaded file. 5 - Saves changes to the loaded file. 6 - Load a different file. 7 - Exits program.
-- Only one file can be loaded at a time and it must be .txt. Words should be formatted as such: word1:definition /n word2:definition /n ... word(n).definition /n
To create a new file from the program, you can simply load a file that has a name not addressed in your folder. The program will create a new .txt document with that name.
In the future, I plan to create a more formal front-end interface and integrate AI-powered translation.
The included dictionary text was generated using ChatGPT, except for a couple entries.