hello there, i am wondering if there is an easier way to do this.
basically i am creating a vector of type structure and structure has types integer and string.
bascially the structure will have the roman numeral and its associated decimal value eg.
int string
1 I
5 V
10 X
etc.
and of course the first element of the vector will be integer 1 and string I
the second element will integer 5 and string V
and etc.
Am I doing something that already has been done or is this the only way to this?
thanks in adavnace
basically i am creating a vector of type structure and structure has types integer and string.
bascially the structure will have the roman numeral and its associated decimal value eg.
int string
1 I
5 V
10 X
etc.
and of course the first element of the vector will be integer 1 and string I
the second element will integer 5 and string V
and etc.
Am I doing something that already has been done or is this the only way to this?
thanks in adavnace