#ifndef DANS_NUMBERS #define DANS_NUMBERS #include std::string IntToNum(int number, int base); int StringToInt(std::string number, int base); #endif