+ 1
How to create username and password in cpp
How I can create boxes that takes input username and password and password should looks like astrix or this # is there any way???
3 Answers
0
It looks like you need a library for creating GUI applications, not a console program. Some of them are wxWidgets, gtk+ and Qt, but you can search for more.
0
Actually I asked it for fun
I want to know that is there any way to create username and password boxes.?đđ
0
it is simple create a class as name user and takes variable s as you wont then takes input user name and password from user then after checkout the conditions....