/num2a

num2a is C library to Convert numbers to its Arabic words representation. مكتبة تفقيط الأرقام باللغة العربية

Primary LanguageCMIT LicenseMIT

num2a

num2a is C library to Convert numbers to its Arabic words representation. You can find Arabic help/documentation in the "doc" directory. You can also test this C library from this page here.

build

Microsoft compiler:

build

for static build in windows

build_static

MinGW:

make mingw

gcc:

make

for static build

make static

usage

Check the "examples" directory to see the usage of this library in many different programming languages and platforms (C, C++, C#, Delphi, PHP, Java, Qt, GTK). Here is a youtube video shows examples of using num2a in different languages and platforms. Here is another youtube video shows how to use num2a in Excel. You can also test this C library from this page here which uses num2a library.

extra links

For more info, please visit my blog: http://blog.issamsoft.com

You can test num2a online here: http://www.issamsoft.com/tf/

-Issam Ali