How to use bool efficientlyThank you!
How to use bool efficientlyHow 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 loopHow 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 >> ...