Hmm, I thought 0x and 0X where both valid (at least in most of my C++ data reading days). One can never tell what a user will do.
Never knew it wasn't technically valid! Good to know. Thanks for that tidbit!
A word of caution though, if deaing with user generated data, one may run into it.
|