Name: Anonymous 2008-03-03 14:16
some guy said that
was easier to read than
PROVE HIM WRONG!
std::cout << std::hex << std::setfill('0') << std::setw(8) << x << std::dec << std::endl;was easier to read than
printf("0x%08xn", x);PROVE HIM WRONG!