Conversion of ASCII to Hex - CodeGuru Forums
How would you do this on paper? Forget about programming and C++ for a moment. Given a string, how would you convert it to decimal string format? Take your example: "ABCDEF" -> "414243444546" For each hex character, it produces two decimal ......