C++ ANPR system
- Vehicle system program for car park data in Debian/Linux. Uses object-oriented design, file processing, error handling, and generates revenue reports
object oriented vehicle system for the 'Software Engineering Techniques' module. The program produced reads from a file (entered as a parameter in the terminal command), and then processes the data for vehicles coming into, and out of the car park. Then the data values calculated (e.g. how much money was made from parked vans) is output to a new file named as the date of collection for the input data. The program was created in Debian (Linux) and includes: a makefile, cpp files, header files, object classes and subclasses, error catching, a tester program using Catch2. The code and commit history can be found here: bitbucket.org/workspace0cameronmgj/assignment/src/master/