Auto + Growing Vectors + Nonblocking I/O

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



Duration: 1:36:20
169 views
2


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!







Tags:
csci 40
vectors
c++
push_back
auto
underflow
overflow
RPG