Description: Write a C++ program that is able to record all the words in a file into a dictionary
so that efficient keyword lookup can be performed subsequently.
(Command format): dictionary <word file> <keyword to be looked up>
(Example command): dictionary picasso who
To Search:
File list (Check if you may need any files):
hw4-1.cpp