HelpYou didn't really try. Here's some code, but this isn't a favor. If you can't get this sort of thi...
SVN ToolsI 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 arrayTo rewrite your function in a more simple way, try somethign like this (you have to #include <vector...
read data into an arrayThe first thing that I see is that you have more [code]{[/code]s than [code]}[/code]s. [i]Edit: ne...