C++ I/O and Digital Logic
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=qn72QHU4hJQ
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.
Other Videos By Bill Kerney
2021-09-18 | Digital Logic II |
2021-09-17 | Making Video Games Interactive + Blueprints Coding |
2021-09-17 | Doubly Nested Loops + Chars + Strings |
2021-09-17 | Ethical Theories I |
2021-09-17 | Introducing Colorslib |
2021-09-16 | Voronoi Relaxation / Lloyd's Algorithm |
2021-09-15 | How to Approach Writing Code + Lvalues vs. Rvalues |
2021-09-15 | Truth Tables II + Denying the Antecedent + Affirming the Consequent |
2021-09-14 | Under the Hood I + Lighting + Special Effects in UE4 |
2021-09-14 | Introducing Readlib |
2021-09-14 | C++ I/O and Digital Logic |
2021-09-13 | Function Overloading and Commenting Code |
2021-09-13 | Truth Tables - AND, OR, NOT |
2021-09-11 | Call by Reference |
2021-09-10 | Modus Ponens and Modus Tollens |
2021-09-10 | SVN, Voronoi |
2021-09-10 | GDC Talks, Landscape III, Material Functions |
2021-09-10 | Combinatorics, Inclusion/Exclusion |
2021-09-08 | Functions Part II |
2021-09-08 | Arguments + Invalid/Valid/Sound |
2021-09-07 | Voroni |
Tags:
csci 26
digital logic
set theory
C++
iostreams
I/O