C Video Tutorial 13

C Binary NumbersWelcome to part 13 of my C Video Tutorial. I have been asked many times to explain how to convert base 10 numbers into binary (Base 2), octal (Base 8) and hexadecimal (Base 16) numbers. Today I’ll cover that topic.

I also cover how the different numbering systems work so that it will be easy to work with them in the videos that follow. All of the code can be found below along with a transcription to aid in translation.

If you like videos like this it helps to tell Google+ with a click here [googleplusone]

Code From the Video

CTutorial13.c

Leave a Reply

Your email address will not be published. Required fields are marked *