Skip to content

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.

Notifications You must be signed in to change notification settings

rjayroso/ama-milestone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages