[Solved] username and password check
I have abandoned that last program and wrote this from scratch. For anyone new to C++ that would like to use this, it is licensed under the GNU GPLv2 and can be found in Small-Projects-Cpp on Github. Just download “Userpass.zip” as it is not necessary to clone the entire repository. #include <iostream> #include <string> #include … Read more