Ringkasan Tantangan
Convert a hexadecimal number, represented as a string (e.g. "10af8c"), to its decimal equivalent using first principles (i.e. no, you may not use built-in or external libraries to accomplish the conversion).
Visit the hexadecimal exercise on Exercism to read the full instructions and download the exercise files.
Source: Exercism cpp/hexadecimal