Пользователь
-
Автор темы
- #1
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;
}
};
Последнее редактирование: