what code? except for the toString method, there are only mock methods that are labelled as 'TODO'.
what exactly do you need help with?
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
have you tried coding it?
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
No, the size is the size. You can just return it, regardless of whether it's zero or more.
The return 0; is in there because the compiler will generate an error if that method doesn't return something. When you put in the correct code you can discard the return 0;
JamesCherrill
Posting Genius
6,373 posts since Apr 2008
Reputation Points: 2,130
Solved Threads: 1,073