warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
char* password = "1234"; // change the password here, just pick any 3 numbers.
Where to write the string?
I tried to search and found a code, but I don't know if it's correct to insert that code.