User profile: c0dRlz

User info
User name:c0dRlz
History
Joined:
Number of posts:2
Latest posts:

Need Help Understanding How To Input A FullName
std::cin terminates when it encounters a space. Use std::getline which will store characters until ...

How to prompt user for multiple if statements.
Use switch/case. http://www.cplusplus.com/doc/tutorial/control/