starting over if statementsOkay, you're right about the semicolon; however, the while I used makes sense. [code] while(person !...
starting over if statementsYour last while statement is off. It should be: [code] while(person != 8 && person != 10) [/code] Al...
Where do I go from here?Hey everyone, I am a beginning C++ programmer. I have taken a structured programming class at my col...
The Perfect CrimeEasy, just kill the person then hide their body and the weapon on the second page of google search. ...
Operator 'new' - dynamic memory allocationI don't really have a specific example, but I have been learning about the 'new' operator and I'm a ...