Roman Numeral To Number Translator Version 1.0

About this code I called it Roman Numeral To Number Translator Version 1.0 written entirely in C/C++ using Turbo C 2.0 as my development tool. It will ask the user to enter a roman numeral and then it will translate to numerical equivalent.

If you find this code useful send me an email at [email protected]. People here in the Philippines can contact me at my mobile phone numbers 09296768375 and 09226034089. Thank you very much and Happy Programming.

Regards,

Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAnonymous (not verified)on Sat, 09/05/2009 - 16:31

But dangerous! I haven't tested the code myself, because there's a few major problems: dangling pointers! You didn't reserve any memory for char *s and for int *a so if it works, well, that's just dumb luck: if you sell software written with this standard of work, you should be ashamed ;)
Submitted byAnonymous (not verified)on Mon, 09/14/2009 - 22:06

why is the program will recognized the second less value from the left it's limited for a single less value.e.g i enter XIIX the program result is 20 instead of 18.

Add new comment