|
That solved my first exception, now I have another one when I do this:
actualAirplane= new Airplane();
(arrayList--->)airplanes[0] = actualAirplane;
no operator defined which takes a right-hand operand of type 'class Avion *' (or there is no acceptable conversion)
(By the way avion means airplane in spanish)
|