demoneyejin
11-03-2009, 07:01 PM
I'm currently learning from an online resource how to code in C++.
the website is http://www.cplusplus.com/doc/tutorial/constants/
and as you can tell from that link, I've come up to constants but I don't feel like I've completely grasped the concept of it. :(
They have a portion in which they explain octal (base 8) and hexadecimal (base 16) and that's where I lose grasp. Anyone able to explain this in simpler terms or break it down so that I understand how they got the octal of 75 to 0113? same for the hexadecimal ?
the website is http://www.cplusplus.com/doc/tutorial/constants/
and as you can tell from that link, I've come up to constants but I don't feel like I've completely grasped the concept of it. :(
They have a portion in which they explain octal (base 8) and hexadecimal (base 16) and that's where I lose grasp. Anyone able to explain this in simpler terms or break it down so that I understand how they got the octal of 75 to 0113? same for the hexadecimal ?