Also, overall help modify, fix and make sure my code is 100% running and everything from the homework instructions/milestones is completed and set.
– My instructor left feedback about milestones 1 and 2, so I need help fixing that:
-3 Does not use a .cpp file properly. All implementation of functions should be in Wordle.cpp and all unit tests should be in main.cpp; -1 Does not follow principle of least privilege for setWordListFilename; -1 Does not follow principle of least privilege for setSecretWord; -2 No function comment blocks for loadWordList and printWordList.
– The compiler I use is visual studio, and the program language is C