I've written a C++ function which converts an integer to a (C++-)string ...
...
string s = itos(5698);
cout << s << endl; /* Will print '5698' on the screen */
...
You MAY use this code for anything you want but you aren't allowed to sell this source ...
Enjoy!
tux4life