hi i have to set up an array i've got the following structure:

ward good("Good",5);
Med("Med",5);
poor("Poor",3);

Patient GoodPat[5];
Medpat[5];
Poorpat[3];

can someone please rephrase that in c++ as i am having trouble with arrays and c++. I got the above from a book any help would be appreciated thanks