User profile: kev1993

User info
User name:kev1993
Name:Kevin Wilson
Location:Arizona
History
Joined:
Number of posts:6
Latest posts:

starting over if statements
Okay, you're right about the semicolon; however, the while I used makes sense. [code] while(person !...

starting over if statements
Your 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 Crime
Easy, just kill the person then hide their body and the weapon on the second page of google search. ...

Operator 'new' - dynamic memory allocation
I don't really have a specific example, but I have been learning about the 'new' operator and I'm a ...