‹#›
8
Placed in the .cpp
file
•
//.h file
•
struct data;
•
class list {
•
public:
•
...
•
//.cpp file
•
struct data {
•
char * name;
•
char * psu_id;
•
float grade;
•
};
•