C++: Don't use Arrays! Use Vectors instead! Also: How to do Nonblocking I/O and Colors in C++
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=enWy-sSrPKM
Today we talked about four things:
1) Why you should use vectors instead of arrays (C style arrays especially)
2) The layout of memory on modern systems (stack, heap, etc.)
3) How to iteratively code a homework assignment
4) How to use colors and nonblocking I/O in a C++ assignment using Colors Lib.