password template routine in C (novice)
by JASlinux from LinuxQuestions.org on (#5GN8X)
Is there a password template routine in C that a complete novice can use for a message?
Pseudocode
BEGIN
Prompt "Password:"
correct password = > print message
ELSE print string "Try again."
ENDIF
END
I need to send private messages without software, installations, or esoteric commands. A complied C executable for Windows to download or e-mail would work.


Pseudocode
BEGIN
Prompt "Password:"
correct password = > print message
ELSE print string "Try again."
ENDIF
END
I need to send private messages without software, installations, or esoteric commands. A complied C executable for Windows to download or e-mail would work.