Números binarios | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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