Why i cant send all of my message? |
==> |
//Password : 528
//Reversed by:Rodrigo
//Replication C++ code
#include
#include
int main()
{
std::string Password = "528";
std::string UserInput = "";
std::cout UserInput;
if(UserInput == Password)
{
system("cls");
std::cout |
==> |