C# Beginners Tutorial - 67 - Bitwise Operators pt 2

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This is Adam not Bucky
Oh well, still the best C# tutorials on youtube. I only wish my professor could make things half as clear as Adam or Bucky.

kotahome
Автор

THANKS! ^^ I've been confused as hell with these operators for a long time, now I understand everyting

MyStuff
Автор

is it possible to add together too binary numbers

janisl.
Автор

Probably should have explain that you can think of 0 is false and 1 is true. Then, compare the values. e.g. 0 & 1 = false && true

robinz