Placed in the .h file
struct data {
char * name;
char * psu_id;
float grade;
};
class list {
public:
...