Exercises: User Database#
- Exercise: Transform
struct UserInto A Class - Exercise:
constMembers - Exercise: Simple Method (Users Age By
nYears) - Exercise: Access Methods for Members
- Exercise: Use
const - Exercise: Default Constructor (was: Arrays of Objects)
- Exercise: Use std::vector in UserDB
- Exercise: Insert a User into UserDB
- Exercise: Search a User By Lastname
- Exercise: Search a User By Lastname (
std::find_if) - Exercise: Search, “User Not Found” Exception