Код: Выделить всё
#include
//a project to approve appointment time
std::string GetUsername(std::string Username)
{
std::cin >> Username;
return Username;
}
std::string Getpassword(std::string Password)
{
std::cin >> Password;
return Password;
}
int main()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79353622/i-m-trying-to-get-input-from-the-user-with-cin-command-there-wasn-t-any-error-w[/url]
Мобильная версия