This program (designed to run from the command line) takes inputs as either decimal integers or Roman numerals, and converts them into the opposite.
converter.exe is a stand-alone executable with the external libraries used included.
main.cpp and RomanNumeralConverter.h contain the source code, written in C++.
The project took 3 hours to complete.