Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 950 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 950 Bytes

itow

"Integer-To-Words"

A high-speed, lightweight conversion tool for transliterating numerical values into orthographic text


Translation Range

0 to +4,294,967,295

Average Translation Speed

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

Build:

cmake -S . -B build
cmake --build build --config Release

Run:

./bin/itow

(Optional) - Run using command line argument:

./bin/itow 78341