1 2 3 4 5 6
void card::store(int ekz, string zaglav, string avtor) { this->ekz=ekz; this->zaglav=zaglav; this->avtor=avtor; }
1
#include <string>