Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 608 Bytes

ama-milestone

Aid Management Application (AMA) manages a list of goods that need to be shipped to a disaster area; it tracks the quantity of items needed, tracks the quantity on hand, and stores the information in a file for future use.


This milestone applies concepts such as:

  • Inheritance
  • Polymorphism
    • virtual functions
    • abstract base classes
    • template functions
  • Fundamentals
    • carefully managing dynamic memory
    • proper class management and encapsulation
    • member functions and privacy
    • custom input/output stream operators
    • custom file stream operators