Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Transform Integers Into Binary Numbers in C/C++ and Bitwise Operations – Tutorial

5.2K views on YouTube

#cpp #c #cprogramming #fpga #microcontroller #programmingtutorials #digitallogic #objectorientedprogramming #bitwiseoperators #digitaldesign

It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts in this way:
– Buy me a Coffee: https://www.buymeacoffee.com/AleksandarHaber
– PayPal: https://www.paypal.me/AleksandarHaber
– Patreon: https://www.patreon.com/user?u=32080176&fan_landing=true
– You Can also press the Thanks YouTube Dollar button

The webpage tutorial accompanying this video tutorial is given here:

Binary Representation (Transformation) of Integers in C/C++

In this tutorial and in the accompanying webpage, we explain how to write a C/C++ code that will transform integer numbers into binary numbers. We also explain the bitwise AND and bit shift operations in C++ that are necessary to implement the transformation. It is very important to understand this topic in order to be able to code FPGAs and microcontrollers.