User profile: Stewbond

User info
User name:Stewbond
History
Joined:
Number of posts:1842
Latest posts:

Help
You didn't really try. Here's some code, but this isn't a favor. If you can't get this sort of thi...

SVN Tools
I like tortoise SVN. It's very intuitive. I've never made a repository though.

No Match for Operator >
In your person class you need to implement this function: [code]bool Person::operator > (Person& r...

read data into an array
To rewrite your function in a more simple way, try somethign like this (you have to #include <vector...

read data into an array
The first thing that I see is that you have more [code]{[/code]s than [code]}[/code]s. [i]Edit: ne...