+ 7
You can find out here: https://www.sololearn.com/Course/CPlusPlus/ but here this will ask you for a password #include <iostream> #include <string> int main() { std::string input; std::cout << "Enter password: "; std::cin >> input; return 0;}
6th May 2017, 12:53 PM
jay
jay - avatar