Выровнять текст по вертикали в div [duplicate]

Стиль C ++ 11:

void print(const vector<Student>& students) {
    for(auto const& student : students) {
            cout << student.name << endl;
    }
}
628
задан Alexander Abakumov 29 January 2019 в 16:00
поделиться