How to create username and password in cpp | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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???

2nd Jul 2016, 4:04 PM
Taranjeet Singh
Taranjeet Singh - avatar
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.
2nd Jul 2016, 6:00 PM
Garme Kain
Garme Kain - avatar
0
Actually I asked it for fun I want to know that is there any way to create username and password boxes.?😂😁
2nd Jul 2016, 6:03 PM
Taranjeet Singh
Taranjeet Singh - avatar
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....
2nd Jul 2016, 9:40 PM
Âshvin Solanki
Âshvin Solanki - avatar