#include #include int main() { const char* str = "123 ist gleich "; int i = std::atoi(str); std::cout << str << i << '\n'; }