User profile: MatthewRock

User info
User name:MatthewRock
History
Joined:
Number of posts:481
Latest posts:

No idea how to properly read object into Constructor or Function
I don't understand the problem. You pass in an [code]const Engineer&[/code] as an argument to the Ch...

Sort student names in ascending order
I'd recommend using the powerful Google Search. if you googled for something like "sort strings C++"...

Why is this code not computing correctly?
Probably because you didn't compile and run it - because if you did, you'd provide some output or ad...

Segmentation fault(vector)
First of all, please, use code tags. http://www.cplusplus.com/forum/articles/42672/

Winrate Calculator
You never declared any of variables you've using. If cases need to be enclosed in parenthesis. If ca...