Base Converter
Program parses the input string, determines the number base from the first two values of input (0x for hexadecimal, 0b for binary, 0 for octal) and then converts that number into binary(2), ternary(3), quaternary(4), quinary(5), senary(6), octal(8), decimal(10), duodecimal(12), haxadecimal(16), vigesimal(20), and base 36.
Tech
Language : C++