|
Examples of mnemonic are : Mnemonic Meaning thk thank you c u see you J 4 U just for you e the c With asap as soon as possible
The content of the mnemonic and its meaning is stored in a text file. Design the necessary classes and member functions to achieve the following tasks : a. Allow user to edit the dictionary in one of the following ways : i. Add a mnemonic and its meaning ii. Delete a mnemonic and its meaning iii. Modify an existing mnemonic and its meaning in the dictionary b. Display a menu and clear instructions on how to use the dictionary. The program will continue to display the menu until a ‘Q’ is entered to quit. c. Allow user to look up the meaning of a mnemonic. d. Allow user to list all the mnemonics in the dictionary.
|