Buid WORD structure to store word in language with name and its definition. Applying search algorithms to create dictionary software.
Command line: StudentId_Labx.exe word1 word2 word3 … out.txt
with word1, word2, so on are words which user want to know definition. The out.txt is output file which contains their defintions. Each word and its definition is diplayed similar with dictionary file. In the dictionary (file attachment), each line will store one word and its definitions. Word and definition are separated by the colon. The following figure is an example of dictionary.
Mong mọi người chỉ em bài này dùng c++ với ạ. Em cảm ơn mọi người nhiều.