Auto + Growing Vectors + Nonblocking I/O
Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=O7kyGZn1slQ
We went over a bunch of important points today:
1) The auto keyword and what it means (deduce the type from the right hand side)
2) That a great way to do input is to make vectors with size 0 and then grow them with push_back()
3) How to do colors and nonblocking I/O using colorslib (https://github.com/ShakaUVM/colors)
4) More on overflow and underflow
5) A brief bit on using the Boost Multiprecision library to get infinite precision integers
We finished by assigning people into groups for the RPG assignment and talking about your first big open ended assignment!
Other Videos By Bill Kerney
2021-09-30 | Making an AI Enemy Part II |
2021-09-30 | Invalid/Valid/Sound II + Hamiltonian/Eulerian Paths and Cycles |
2021-09-30 | UE4 Damage System and HUDs with UMG |
2021-09-30 | Top-Down and Bottom-Up Programming |
2021-09-29 | Midterm I Review |
2021-09-29 | Making a Castle with the Procedural Spline Walls System |
2021-09-28 | Making an AI Opponent Part I |
2021-09-28 | Graph Theory I |
2021-09-27 | 2D Vectors and Arrays |
2021-09-27 | Scratch Part II |
2021-09-25 | Auto + Growing Vectors + Nonblocking I/O |
2021-09-24 | Introduction to Scratch |
2021-09-23 | Niagara Part II |
2021-09-23 | Landscape + Foliage, Hitscan Weapons, Niagara Particle Effects |
2021-09-23 | Syllogisms |
2021-09-23 | Vectors vs. Arrays (i.e. why Vectors are better) |
2021-09-22 | Ethics in Autonomous Vehicles |
2021-09-21 | Karnaugh Maps, Simplifying If Statements |
2021-09-21 | Destructible Meshes - Blueprint Interactions |
2021-09-20 | Ethical Systems II - Is/Ought + Virtue Ethics |
2021-09-18 | Digital Logic II |
Tags:
csci 40
vectors
c++
push_back
auto
underflow
overflow
RPG