0
Números binarios
Alguien tiene el código de multiplicar números binarios en c++
1 Respuesta
+ 1
You can do something like this
x <= Hex to int (input)
y <= Hex to int (input)
result <= x * y
reault <= int to hex (result)
See this link
https://stackoverflow.com/questions/5100718/integer-to-hex-string-in-c