j
k
j a
j l
Hmm, how do I convert to a hex string?
Dave, I am sorry I missed that question. int i = convert_to<int>(str) >> std::hex; string s = convert_to<string>(i) >> std::hex; V.
Back to the thread
Back to the list