Computer Science Canada A password system |
Author: | iker [ Thu Nov 03, 2005 10:12 pm ] | ||
Post subject: | A password system | ||
Here is a source code for a system to start a program with a password. It outputs the password along with all the other data to a .dat file.
the only current problem is that you cannot backspace the password, but can easily be fixed, and I'm just too lazy to do so |
Author: | iker [ Tue Nov 08, 2005 4:59 pm ] |
Post subject: | |
any comments? maby? |
Author: | MysticVegeta [ Tue Nov 08, 2005 7:22 pm ] |
Post subject: | |
Error on running it Error after entering the username after deleting the game procedure. |
Author: | jamonathin [ Wed Nov 09, 2005 6:54 am ] |
Post subject: | |
Works fine after you comment out "game" (second last line; im guessing thats when you will be playing your game with your registered user). Run the program yourself, you'll see that the words start to overwrite the previous words, but not fully. For example, tell the user that they're re-entering the password (dont just say password again), and clear off the ***'s in the way, and once you make an account, you need to cls first. good job tho. |
Author: | iker [ Wed Nov 09, 2005 7:55 pm ] |
Post subject: | |
yah, i realized that too, but its just a basic way of using a password to enter a program. Btw, there shouldnt of been any errors... |