Hello I am trying to return the decimal value as statement here; for example,
int n = 50048; std::stringstream ss; ss << std::hex << n;
should return the hex c380 which it works fine up until c3xx.
c380
c3xx
Aucun commentaire:
Enregistrer un commentaire