Post date: Sep 10, 2011 9:13:28 PM
Problem 3:
Please use sortedDictionaryList and sortedDictionaryVector as two output files for the outputs generated by using a List and a Vector respectively. And please note that there is no ".txt" at the end.
Submission Instructions:
Please use "tar" command in linux to archive all the .cpp, .h files and the makefile.
You can name it as hw1.tar.
For example:
If you have hw1.h, hw1prob1.cpp, hw1prob2.cpp, hw1prob3.cpp, and makefile, the command is:
tar cvf hw1.tar hw1.h hw1prob1.cpp hw1prob2.cpp hw1prob3.cpp makefile
This command will create "hw1.tar" archive with all the files listed after hw1.tar in the command.