I am using itoa to convert base-10 to base-36 but it seems to be only be able to produce base-36 string of up to 6 characters. For my project I need at least 12. Is there any other version of this algorithm or another algorithm entirely that anyone knows about that could accomplish this?
Thanks for your reply! I will take your advice and try to do this myself. The code you posted didn't work(same problem with range and isn't accurate). If you find the solution please let me know otherwise I will post the code when I figure it out.