Project translated automatically.
Log in
or
register,
to view the original
Good day . I need to solve the task on C++ OOP in a short time.
The result is a multi-file project with ++. At a weak level with use
Minimum initial knowledge (classes, lists, STL) with comments to each function or method.
The task:
Create a console personal finance management system.
The system must have the following possibilities:
• Availability of different wallets and cards (debet/credit);
• Adding / removing wallets and cards
filling out wallets and cards;
• Introduction of costs. Each cost belongs to a specific category;
Reporting on costs and categories:
The day;
• a week;
• a month.
Rating of maximum amounts:
Top 3 costs:
for a week;
a month.
Top 3 categories:
for a week;
a month.
Storage of reports and ratings in the file.
I’m looking at how the menu should look.