Consider the program below that we started working on last week. It should generate a random password for each user in a list of usernames provided at run time. In the last TPS, you wrote the code to read in the usernames. In this TPS, update the part of the program that generates the password for each user (lines 42–45). Currently, that part of the program contains the code to generate a single password. Note that this code will not compile, because the old password code uses the string variable password, which is has now been replaced with the string vector passwords.
Before you write any C++ code, write down your changes as psuedo code first. Then, if you have time, write the C++.
158315820003/02/202009:10am
Additional Comments:
Rubric
Can't change a rubric once you've started using it.