C++ I/O and Digital Logic

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=qn72QHU4hJQ



Category:
Vlog
Duration: 2:06:38
124 views
2


Today we covered the three ways of doing I/O in C++:
1) One word at a time
2) One line at a time
3) One character at a time


And why it sucks when you try using two or more of these at the same time


We then talked about digital logic, about the hardware equivalent of if statements, and how all of our wonderful technology is layers of abstraction built on top of each other. There are hardware equivalents to AND, OR, and NOT, from which all of our wonderful technology has been built.







Tags:
csci 26
digital logic
set theory
C++
iostreams
I/O