Week 3 Day 1 - Functions, Loops, Bitwise Operations
Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=uvjS4JHUqTg
Today we reviewed some of the solutions to fizzbuzz, and then went over the assembly necessary to make functions, loops (both of which we've covered before) and then how to do more complicated if statements.
We talked a bit about shortcut notation, which is in C and C++ the fact that it will stop evaluating an if statement once it knows what the result will be.
Other Videos By Bill Kerney
Tags:
csci45
arm32
functions
loops
if statements
short circuit evaluation
fizzbuzz