Yeah im pretty sure your right.
Ive commented alot of stuff out and just done some basic testing with debugger.
RIght now all my main does it create one Loan and adds it to the array.
Loan *p1 = new Loan("Lou", "11 Elgin St. Ottawa", Date(14,9,2006), 1000, 6.0, 12);
SetOfLoans carLoans...