"Integer-To-Words"
A high-speed, lightweight conversion tool for transliterating numerical values into orthographic text
0 to +4,294,967,295
0.00s user 0.00s system 57% cpu 0.007 total
Example Output:
23456 -> Twenty Three Thousand Four Hundred Fifty Six
444265 -> Four Hundred Fourty Four Thousand Two Hundred Sixty Five
2398592602632 -> Two Trillion Three Hundred Ninety Eight Billion Five Hundred Ninety Two Million Six Hundred Two Thousand Six Hundred Thirty Two
cmake -S . -B build
cmake --build build --config Release
./bin/itow
(Optional) - Run using command line argument:
./bin/itow 78341