|
| Null (197) | ||
Hi, I have to make text look like this:
Maybe someone can tell me where to start? | ||
| Null (197) | |
| Anyone? | |
| jsmith (3802) | |
| Print it in hex? Look up the following I/O manipulators on this site: std::hex std::setw std::setfill | |
| Null (197) | |
| Yes! and no. I'm writing a GUI app so I'll put formatted text into text box and someone will try to edit and save... and crap everything up... When editing hex there must be no way to delete spaces and this FF 00 DB can't become this: FF A DB and so on... So where to start? | |
This topic is archived - New replies not allowed.
