Вот структура
Вот структура
Код: Выделить всё
struct maximos {
size_t lengthTitulo;
size_t lengthAutor;
size_t lengthIdioma;
size_t lengthGenero;
void CreacionVariables();
};
Код: Выделить всё
Libro(const std::string = "", const std::string = "", const std::string = "", int = 0, int = 0, const std::string = "", int = 0, maximos&);
кроме этого я не знаю, что делать.
Подробнее здесь: https://stackoverflow.com/questions/791 ... onstructor
Мобильная версия