Ace Training C++ Application

python


About this project:

A simple project I created during second year of university. This project we had to create an application in c++ that could be used to store, retrieve and display information to a console. This project made heavy use of the object oriented paradigm, incorporating polymorphism, inheritance and used some higher levels of abstraction than what I'd used before, namely namespaces, template functions and virtual methods. We also used more advanced data structures such as linked lists.
This was a group project and accompanied the website we created. The development process was much the same as for the website.




Skills Used / Learned:

  • C++
  • OOP