This repository includes all the code for the assignments in the C++ Programming module taken at the University of Nottingham Ningbo China in 2019
Check whether a string (passed in via the command line) is contained in a text file
Check whether a string is contained in the file. If it is contained in the file, return the number of occurrences. If not, return the most similar string contained in the file
A CLI game that essentially checks a user's knowledge of C++ concepts to prepare students for their final exam.