#include ".\vehicule.h" Vehicule::Vehicule(float a, float b):Coord(new float[2]) { Coord[0] = a; Coord[1] = b; cout<<"Constructeur de Vehicule"<