Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 487 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 487 Bytes

numConverter

The programme validates input data, otherwise auto-corrects input data by retrieving just digits from input string. Represents a output just text representation of number in lower case. Specific language is provided in core module as structure which was defined in header file of core. Data of language are in individual header file. Core module was compiled as static lib is in specific path and included to project. As well, project of static lib is as nested project.