This is common login screen written in C++ to demonstrate working of a common login screen in command line c++ interface. This is for beginners level and doesn't include much hard or intense programming function so it should be great for starter and people who are practising.
Functionality:
- Simple and minimal user interface
- Given some username and password to demonstrate working
- Easy to change and add your own codes and merge into working projects
- Password entry is masked as asterisk (*) for interest of working
- Added simple algorithm for practice
- Some addons for wall generation are also included to describe modularity
- Backspace handling is included
- ICED system to detect and quit program when too many invalid attempts for login are done
Included:
- Source code in C++ with all functions essential for compiling
- Program can be compiled easily in dev C++ (Compiling in VS will require some modification)
- Added last compiled exe to check functionality before starting to work
Download Links:
- V 1.0
No comments:
Post a Comment