C++
08-26-2009, 10:45 PM
Hello all,I am trying to add two objects of integers.Object A: 92999Object B: 22My add method works when A is being added by B, but not the other way around because the amount of nodes is less. I should know how to add a node but this time I am already at the end of the list, which I thought...