Код: Выделить всё
public:
ListElem(string s);
string getData(void) const;
ListElem* getNext(void) const;
ListElem* getPrev() const;
Подробнее здесь: https://stackoverflow.com/questions/658 ... dvoid-in-c
Код: Выделить всё
public:
ListElem(string s);
string getData(void) const;
ListElem* getNext(void) const;
ListElem* getPrev() const;