Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 709 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 709 Bytes

C++ Programming Module

This repository includes all the code for the assignments in the C++ Programming module taken at the University of Nottingham Ningbo China in 2019

Assignment 1: Text file string search

Check whether a string (passed in via the command line) is contained in a text file

Assignment 2: Text file fuzzy search

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

Assignment 3: CLI game which incorporates the fuzzy search from assignment 2

A CLI game that essentially checks a user's knowledge of C++ concepts to prepare students for their final exam.