How to program 4 bit full adder using basic logic gates in C++

Опубликовано: 01 Октябрь 2024
на канале: SIMPLECODE
550
5

Just a simple fun example on how to develop simple logic gates such as AND, OR, NOT and build on top of them more complex ones like XOR and HALF ADDER and a FULL ADDER with the ability to carry overflown bits to next bit. So in the end we will have fully built 4 bit adder which will successfully (hope so) add two numbers in base of 4.
=====================================
SUBSCRIBE FOR MORE: http://goo.gl/bMexAI
=====================================