0
Someone to help me how to make a program that asks the the username and password
Password username and prints a greating to him/her using c++
2 Answers
+ 1
https://code.sololearn.com/War56dZtM988/?ref=app
please dont ask for code instead show you mr code and other will help where u get stuck
thanks
0
Show your attempt everytime you ask a question.
Now, what do you want? Asking for input on console screen? It can be achieved through `std::getline`. If you are asking for input on GUI, then it can be achieved through `TextField`(from JavaFX, as I'm unfamiliar with Qt..).