Making an Attendance System Part 2
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=SBTWYbEnCHo
In Part 2, we talked about Unordered Maps in a bit more detail, and then added in code to manually add in students' names and IDs. Once that's in, we started reading and writing the database to disk (so we don't need to repeat this tedious process each time), and then finally sorted it by last name so it will be easy to import the data into Canvas.
Other Videos By Bill Kerney
2021-11-06 | ACM Workshop: Minecraft Modding |
2021-11-05 | Unordered Maps + ELO Coding Competition |
2021-11-05 | Corporate Censorship |
2021-11-05 | Master Theorem Part 2 |
2021-11-05 | Linear Algebra for Video Games - Vector x Scalar, Matrix x Vector, Transformation Matrices |
2021-11-04 | Networking in C++ with TCP Streams |
2021-11-04 | The Impact of Social Media |
2021-11-03 | Raytracing Explained in 40 minutes |
2021-11-02 | All The Things in QuakeC (and UE4!) |
2021-11-02 | Memoization to Speed Up Recursion; The Master Theorem |
2021-11-01 | Making an Attendance System Part 2 |
2021-11-01 | Making an Attendance System Part 1 |
2021-11-01 | Making a Movie in Scratch |
2021-10-31 | Racism in Facial Recognition Databases |
2021-10-31 | Reading Code (C++) |
2021-10-29 | The best Team Fortress 1 map (Rock2) + Overview of Where Code is in QuakeC |
2021-10-28 | Proof By Induction Part 2 |
2021-10-28 | Explaining Triangle Rasterization in 30 Minutes |
2021-10-27 | Racism and Computer Science |
2021-10-27 | Making an Image Filter in C++ Version 1 |
2021-10-27 | Making an Image Filter in C++ Version 2 |
Tags:
csci 40
c++
unordered_map
attendance system