hey everybody
im having some trouble with my assignment
we should write a program that will handle with a templated linkedlist for a bank account to add/delete amount to the account or sort it
i have the templated linked list class and i wrote all the constructor and the destructor and other thing for the bank account class but the problem is that i don't have any idea how to link the templated linkedlist with the bankaccount class so i can for example to sort the accounts
thanks in advance
im having some trouble with my assignment
we should write a program that will handle with a templated linkedlist for a bank account to add/delete amount to the account or sort it
i have the templated linked list class and i wrote all the constructor and the destructor and other thing for the bank account class but the problem is that i don't have any idea how to link the templated linkedlist with the bankaccount class so i can for example to sort the accounts
thanks in advance
Comment