cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Password protection
Password protection
Nov 27, 2011 at 7:17am UTC
aaaaaaaaaaaaaaaaaaaaaaa
(1)
can someone tell me how to make a
very
basic password lock that will open befor programs??
and when the password is entered the program opens?
Last edited on
Nov 27, 2011 at 7:29am UTC
Nov 27, 2011 at 2:41pm UTC
asfandahmed1
(9)
use if..else statement
if(pasword=="something")
{
}
else
{
}
Topic archived. No new replies allowed.