Однако я включаю string.h, и в моем основном файле все работает нормально.< /p>
КОД:
Код: Выделить всё
#pragma once
#include
#include
#include
class difficulty
{
private:
int lives;
string level;
public:
difficulty(void);
~difficulty(void);
void setLives(int newLives);
int getLives();
void setLevel(string newLevel);
string getLevel();
};
Подробнее здесь: https://stackoverflow.com/questions/714 ... -undefined
Мобильная версия