Manage Credit Card Account Program.

I have a group project coming up in my C++ class. I do not want any codes or anything. I just need some advises, ideas or any tips anyone can give me to make this project as easy as possible. I do get it a little bit, but There are more experienced people out there then I am. So here is what I have to do.

Create a UML class diagram for the following project. For each class, assign one (or more) group members responsibility for writing the class. Be as specific as possible, as needed for good collaboration.

Project:
Create a program to manage the records for a credit card account. The user should be able to

(1) Set up the account, specifying the apr, payment day of the month, amount of late payment and overcharge fees and the credit limit, among any other needed fields.

(2) Make a charge transaction.

(3) Make a payment.

(4) View a current statement, including the charges, payments, interest charges (compounded mpnthly with a grace period until the payment due date), late fees and overcharge fees, if applicable, and balance, among other information.

(5) Requirements: Operator overloading must be used. For example, + and += and - and -= and << defined for Transaction objects, and >> for Charge objects. .h and .cpp files must be used, with a makefile, and no memory leaks should be allowed.

Any Advices, ideas, tips are welcomed.
Thank you for your time.
Last edited on
Topic archived. No new replies allowed.