View Single Post
Old 02-06-2007, 08:45 AM   #3 (permalink)
moramoga
Recruit
 
Join Date: Feb 2007
Posts: 2
moramoga is on a distinguished road
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)
moramoga is offline   Reply With Quote