arabic to roman number convertion [modified]
-
Hi, I'm making a project which is now urgently need a function to convert arabic integer to roman interger. Does anyone tried to make this function? I have searched a lot from web, but some of them seems work incorrectly or very complex. Could some of you provide me a code or example? Thank you.
-
Hi, I'm making a project which is now urgently need a function to convert arabic integer to roman interger. Does anyone tried to make this function? I have searched a lot from web, but some of them seems work incorrectly or very complex. Could some of you provide me a code or example? Thank you.
Wel I saw a simple example in Java that converts a normal integer to roman. I think if you follow the approach in C# it would help you coz its just a programing trick. here is the link http://www.faqs.org/docs/javap/c9/ex-9-3-answer.html[^]
Mujtaba
-
Wel I saw a simple example in Java that converts a normal integer to roman. I think if you follow the approach in C# it would help you coz its just a programing trick. here is the link http://www.faqs.org/docs/javap/c9/ex-9-3-answer.html[^]
Mujtaba
-
Thanks so much Mujtaba, It is useful, but is there any good source code that I can convert the arabic number from 1-10000 ? The java example is work fine only for the range of 1- 3999.
wel this time I am having an example in c++ ;). its from 0 to 3,999,999. here is the link. http://www.programmersheaven.com/download/16171/0/ZipView.aspx[^] its not too much complex. try it.
Mujtaba