User profile: mattballj10

User info
User name:mattballj10
History
Joined:
Number of posts:17
Latest posts:

Password
Basically, you make a loop that only allows you to exit when you've entered the correct string, whic...

Deleting largest node in BST tree?
Add some code and maybe I can help more

Prime number factorization
Hey everyone! I was wondering if someone could help me fix two of my algorithms. I am trying to f...

Help with setting the maximum and minimum numbers in a series
take the "std::" out

Password
[code] void passwordcheck(){ string password, input; password = "raj"; while (done != true){ ...