A Simple Security System in C++

C++ is one of the most advanced and one of the most useful programming language in the present world of programming.If you are searching for good complier or interpreter for c++.You may check these Visual studio Dev c++ Starting the code: #include <iostream> #include <string> using namespace std; int main() { const string USERNAME = …