Making an Attendance System Part 2

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



Duration: 1:17:42
67 views
1


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.







Tags:
csci 40
c++
unordered_map
attendance system