User profile: My Name

User info
User name:My Name
Name:Matt
Location:Dallas, TX
History
Joined:
Number of posts:9
Latest posts:

Converting a value-returning function to a void function
Excellent. Thanks for the help. I am taking an online C++ class and it sucks because the teacher i...

Converting a value-returning function to a void function
How would I convert this statement into a void function? I cannot use a cout statement in my void fu...

Stopping a function if wrong information is given
Thanks for the advice.

Stopping a function if wrong information is given
Here is what I modified in the code and it seamed to work. I don't know if this is the most efficie...

Stopping a function if wrong information is given
oh...and nothing should be printed from a value-returning function. Thanks.