OK!

So far so good ... now i wrote


char *temp = new char;
_itoa(zahl, temp, 10);
return temp;

but when should i delete temp ?