This code Written in C++ will convert a string of numbers you given in one format and convert into another format
Following formats of number systems are included: Decimal, Binary, Octal, Hexadecimal
You choose a conversion for example (Binary to Decimal)
Then you give an input string in needed format, like for binary it would be: 1001
the covertor will this into the desired format for example if binary input is '1001' the decimal convertor will give you an answer of '9'
This works in similar wiht other formats