how i can create a program that gets user name and its password each time the user run the program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how i can create a program that gets user name and its password each time the user run the program?

like login window at first time gets a user name and its password the store it in a memory other time when user run the program it ask him for his name & password if they're right then give a welcoming window i hope i'll get a help

25th May 2018, 10:00 PM
No Timr‎
3 Answers
+ 1
c is a middle level language. or you can say. its is a console language. console language --> are those language which we perform everything by write the code. first you must have an knowledge of low level language like ambide system and heigh level language first its is very hard to created gui application in c but it is possible.. https://www.quora.com/How-can-I-create-GUI-using-C-programming
26th May 2018, 1:55 AM
Arun Tomar
Arun Tomar - avatar
+ 2
There are many language you can perform this.. But i know about java.. there are two way. -front end -back end. front end-->in java we create a gui application with the help of awt and swing class provide by us. and write a code to connect the database to verified the valid user name and passwords. back end--> where our information is verified as according to the login information provode by us.
26th May 2018, 1:45 AM
Arun Tomar
Arun Tomar - avatar
+ 1
i'm using c language how can i do by it?
26th May 2018, 1:49 AM
No Timr‎