Skip to content

Conversation

@skytremor
Copy link

Integer to word converter

The purpose of this C++11 program is to convert an integer into its corresponding word(s).

Description

  • Uses C++11/g++-4.9
  • Regex used to sanitize input
  • Recursion used after manually processing single digits
  • Base case for '0' handled outside of processing function, hope that's okay.
  • Case with two digits could use recursion but it does not make much difference.

Contact

The purpose of this C++11 program is to convert an integer into its corresponding word(s).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant