Help please.....a misfortune happened, here unmaybe I in any way to complete work for a bank...It is needed to create a class bank which will contain a class account:(current and deposit), and also the class of persons which contains (manager and cashier)...help please, very ask...! beforehand thank you...

Recommended Answers

All 5 Replies

class Account
{
};
class Current::public Account
{
};
class Deposit::public Account
{
};
class Person
{
};
class Manager::public Person
{
};
class Cashier::public Person
{
};
class Bank
{
vector<Manager> vm;
vector<Cushier> vc;
vector<Deposit> vd;
vector<Current> vc;
};

>a misfortune happened, here unmaybe I in any way to complete work for a bank...
Now I see why the Current::WorldFinancialCrisis happened :(

Are you sure that these project "specification" are complete?
;)

Read more:
http://www.daniweb.com/forums/announcement8-2.html

commented: Current::WorldFinancialCrisis YES! this must have started it! +4

Ok....Wery well while through a vector to add or create a new account....

void AddAccount....and farther

>a misfortune happened, here unmaybe I in any way to complete work for a bank...
Now I see why the Current::WorldFinancialCrisis happened :(

Are you sure that these project "specification" are complete?
;)

Read more:
http://www.daniweb.com/forums/announcement8-2.html

and that is it yet needed exactly??????

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.