Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevsiraki/advanced-cpp-final-project


https://github.com/kevsiraki/advanced-cpp-final-project

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advanced-CPP-Final-Project

This project uses the following concepts from advance C++:

1. Files (both I/O)
2. Polymorphism
3. Inheritance
4. Composition
5. Operator Overloads
6. Pointers and Dynamic Memory Allocation (used this in one class as well)
7. Vectors
8. Abstract classes/pure virtual functions