Setting Password to c++ program

Hi,

I'm looking on how to set a password accessed program using c++.

If anyone have any idea about it please let me know about it.

Wait, do you want to password protect your code? Or implement a password into your program?

If its to password protect your code, try compressing the files into a password protected zip file.

However if your question is to implement passwords in your program than its all unto you. Make sure your knowledge of Strings and C-Strings is high, and you know enough about encryption.

Or you can have some fun with hashes.
http://www.cplusplus.com/reference/functional/hash/
Topic archived. No new replies allowed.