Excellent video. Very clearly explained. Thank you for sharing.
@alleksandrs4 жыл бұрын
Thanks for the video! Small correction for 4:18: twenty in binary, not hexadecimal.
@CodeVault4 жыл бұрын
Yep, good catch
@FraztheWizard2 жыл бұрын
Legend! Thankyou
@weihyac3 жыл бұрын
thank you mate clear explanation
@silverwerewolf9753 жыл бұрын
Very good video, thx!
@hamedelahi22493 жыл бұрын
Thank you so much. Can you tell me, in which situations should we use shifting? For example, multiplication, concatenation of bytes etc.
@CodeVault3 жыл бұрын
Usually when multiplying/dividing a number with a power of 2 or when you have to check specific bit values in a byte
@hamedelahi22493 жыл бұрын
@@CodeVault Thank you so much.
@Zahra-qb7nm4 жыл бұрын
THANK YOU!
@osmiridium3 жыл бұрын
very helpful, thank you!
@ryandyc2 жыл бұрын
How would someone make a decimal shifter?
@CodeVault2 жыл бұрын
I'm guessing with the modulo operator by 10 and some division/multiplication. It shouldn't be too difficult
@shrimpfights173 жыл бұрын
very helpful and clear
@GenadiJai3 жыл бұрын
Thank you very much for your video, very informative! Only one question: if you declared unsigned int, why it becomes negative?
@GenadiJai3 жыл бұрын
Oh, I got it, the peace of video, where you change unsigned int to int is missing
@agnichatian2 жыл бұрын
Can shift count be negative?
@CodeVault2 жыл бұрын
You can, but you do get a warning 2
@agnichatian2 жыл бұрын
@@CodeVault ill have to look into that warning; I could use that signed count (efficiency)
@cleightthejw22022 жыл бұрын
@codevault Sorry, guy, I don't know your name I am looking to know if you have made vides on the 1's and/or 2's complement(s)? I really do appreciate your 'deepness' on the videos you do. Most of the ones I have seen on programming don't do this And you're using actual programming on the screen 'live'. And I would say to you that if you think doing the same videos over time with another example or the same example extended, then do that that. :)
@CodeVault2 жыл бұрын
Thanks. No, I haven't yet, but it is on my TODO list! Thanks for the recommendation!
@cleightthejw22022 жыл бұрын
@@CodeVault You're welcome and thanks for the reply I'm waiting to see your new vids too