I'm having a hard time getting this to work the way I want it to. I am using Abstract Data Type (Class). Here are is the first part of code:
class Person
{
public :
char name[SIZE2];
int age;
string address;
char gender;
};
Person human[100];
(I.E...