Where to go next?This websie might prove useful to you if your running Linux. It introduces GTK. http://www.codepr...
Some example noob code i'm playing with.Here is my current code for users to enter and confirm their username and password. I'm a complete n...
Some example noob code i'm playing with.Is this better? I removed the goto and replaced it with Break. [code] #include <iostream> #incl...
How do I hide user input such as passwords?Thanks for that ;)
How do I hide user input such as passwords?Hi all I would like to know how to have user input via console appear either as asterix thus ****...