User profile: LauMan10

User info
User name:LauMan10
History
Joined:
Number of posts:4
Latest posts:

How to use bool efficiently
Thank you!

How to use bool efficiently
How am I able to input any name into my bool, but only one name can be true. Here's my code below...

How to put a string in a WHILE loop
How do I put a string in a WHILE loop. I'm practising, and I decided to try and make a register. ...

Space between string on C++.
How do I put a space between each string? cout << "Print out your first name?" << endl; cin >> ...