class auto { int Raeder; double Gewicht; public: auto(int EinRaeder, double EinGewicht) : Raeder(EinRaeder),Gewicht(EinGewicht) {} };