I want my unsigned chars to be written into a file using io streams and be readable like 00 03 ab 00 cc etc.
anyone have a simple solution or even a name for this kind of converting I've tried all night -.-,
I'm starting to get really tired.
You'll just have to insert a space after every second character. There is no library routine to do that. If you also want uppercase letters you can use the uppercase stream manipulator with the hex manipulator...