User profile: VX0726

User info
User name:VX0726
Name:???
Location:???
Website:http://???
Bio:Not much is known about him, other than he likes to refer to himself in the third person...
History
Joined:
Number of posts:58
Latest posts:

help with function
Seeing as you are using vectors, I would look into [code]std::sort (...)[/code]: http://www.cplusplu...

Please help
The way I see it, you could store all of the guesses in the vector. Then, every iteration of the whi...

Password program, need help
Yeah, ol' Google can be an arse sometimes.

Password program, need help
Ok. I made a mistake in the void function, it was actually supposed to be a bool function. My bad. B...

Password program, need help
One way I would do this is (after inputting the user's password) by looping through each letter of t...