Hi, i was looking for a function to convert a unsigned long long (64 bits) to a char string. i rather not use stringstreams for the speed and i was hoping there would be a already defined function in the CRT. ofcourse i can create a function myself, but this would be a waste of time and its always nicer if you dont have to reinvent the weel. besides, i've got to use this function many times so if its already in the CRT, why not use it?

can anyone help?

thanks already!