Números binarios | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Números binarios

Alguien tiene el código de multiplicar números binarios en c++

7th Oct 2018, 2:38 PM
Victor Polanco
Victor Polanco - avatar
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
23rd Jan 2020, 4:09 AM
Pedro H.J
Pedro H.J - avatar