ich wuerde an der stelle einfach die standard C Funktion atol verwenden Code: string s = "123"; int i = atol(s.c_str());
string s = "123"; int i = atol(s.c_str());
--
Foren-Regeln