Three examples of a Password Generator created in Visual C++ 2010 Express.
These programs demonstrate how to create randomly generated numbers which are then converted into a corresponding character in C++. This program demonstrates the use of the wchar_t character type and the use of the static_cast method to turn a number into a character.