for my project i need to convert some numbers, exemple:
- Binary --> decimal
- Decimal--> binary
- Binary --> hexadecimal
- Hexadecimal --> binary
- Etc...
I tried to create some functios, but it's long operation and i immediately need a converter.
Someone know a library for do this, then, where do i find it.