Week 10 Day 1 - Classes Part I

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



Duration: 1:07:46
159 views
3


Today we implemented a working customer relations management (CRM) system in C++ starting off by having separate data structures to hold the name, the address, and the SSN for each customer. I then showed how using classes/structs can simplify it to just one vector, where each element in the vector holds all three variables.







Tags:
csci 40
vectors
classes
structs
c++