Hi all, I'm advanched in VB but beginner in C++, how can I convert a int number to a hex number and put it in a string?
basiclly i wanna do this;
int iR = 255;
string sR;
sR = ""; // convert iR to hex and put it in sR
return sR;
Thanks at front.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.