A simple password generator written in C++ // Un générateur de mot de passe assez simple écrit en C++
99% of the code comes from this btw : https://www.codespeedy.com/generate-a-random-password-of-a-specific-length-in-cpp/
g++ PasswordGenerator.cpp -o C++PasswordGenerator./C++PasswordGeneratorYou can change the 'C++PasswordGenerator' to what you want but it will change the ./
For example if you do :
g++ PasswordGenerator.cpp -o bananaYou will have to make
./bananato use it