This ZIP file contains:

login.c		<== Source code
login.exe	<== Working executable of the source code
readme.txt	<== This file.



login.c
-------------------------------------------------------------------------------
This program simulates logging into a certain system and after 3 successive failed attempts the user will be completely shut out from the virtual system.

Program takes the password input from user but does not try to validate the password unless the return key is pressed.


Password for the program is "SuperGrabe". Program is case sensitive.

Source code best compiled on Turbo C++ 3.0 or later versions of it. TC compilers seem to ignore the delay() function.

-------------------------------------------------------------------------------

Disclaimer:

By donwloading the source code, the programmer will not be held liable for any effects this program might have on your system. Good or bad, I don't have anything to do with it. Get it? Got it? Good!




Made by Joey.