does anyone know if there is a code which converts multiple numbers to a word? (e.g. user inputs 1501, program outputs one thousand five hundred one)
This is a discussion on conversion of number to string within the C++ Programming forums, part of the General Programming Boards category; does anyone know if there is a code which converts multiple numbers to a word? (e.g. user inputs 1501, program ...
does anyone know if there is a code which converts multiple numbers to a word? (e.g. user inputs 1501, program outputs one thousand five hundred one)
You should be able to write it yourself.
I posted a complete program that does exactly this. It's in C, but the principle is the same. Have fun.
ERROR! cannot convert parameter...
My best code is written with the delete key.