// Sven Eisenhauer // Probeklausur 09.02.2005 // // Implementation of class LottoGenerator #include #include using std::cout; using std::endl; #include using std::setw; #include "lotto.h" LottoGenerator::LottoGenerator() :ARRAY_SIZE(6) { numberOfDraws=0; sixNumbers = new int[ARRAY_SIZE]; for (int i=0;i