Пользователь
Пользователь
- Статус
- Оффлайн
- Регистрация
- 22 Май 2022
- Сообщения
- 202
- Реакции
- 43
C++:
}class cUser {
private:
json user;
std::string username = "";
public:
cUser(std::string username)
;
json getuser();
std::string getusername();
json getuser(std::string username);
json getConfig();
std::string hwid();
~cUser()
{
std::cout << "Memory has been cleaned. Good bye." << std::endl;
}
};
Последнее редактирование: