User profile: Branflakes91093

User info
User name:Branflakes91093
History
Joined:
Number of posts:144
Latest posts:

Inheritance Help - first time
[tt]setName[/tt] and [tt]setPName[/tt] are supposed to return a [tt]string[/tt], yet they do not ret...

Issue with pointers
Your function prototypes all take [tt]int[/tt] instead of [tt]int*[/tt]. Lines 14 and 15, you are t...

ERROR: "else with no matching if"
Preserve? Yes.

Project help
1. Ask the user to input 10 arbitrary whole numbers. 2. Loop through the numbers. - a. If the num...

ERROR: "else with no matching if"
If you want to use multiple statements within an [tt]if[/tt] statement, you need to use braces. [co...