I've heard some things about using hexadecimal instead of decimal in c++, could somebody tell how hexadecimal works, why it would be used, or even how it could apply to security. I'd appreciate any help, thanks.
Printable View
I've heard some things about using hexadecimal instead of decimal in c++, could somebody tell how hexadecimal works, why it would be used, or even how it could apply to security. I'd appreciate any help, thanks.
.http://www.experts-exchange.com/Prog...20463769.html.
and M$ MSDN shows you http://msdn.microsoft.com/library/de..._constants.asp and http://msdn.microsoft.com/library/de..._Constants.asp to learn more about Character Constants
And also i get this http://www.kuzbass.ru:8086/docs/isocpp/gram.html for the grammar
and http://www.geocities.com/dirk_busska...doku/c_oo.html
All those links have related with Hexadecimal, now it depends on your self mate.
Good Luck