Код: Выделить всё
struct Student{
string name;
string id;
string major;
int age;
};
vector s;
Подробнее здесь: https://stackoverflow.com/questions/591 ... ent-fields
Код: Выделить всё
struct Student{
string name;
string id;
string major;
int age;
};
vector s;