Exercises: User Database¶
- Exercise: Transform
struct User
Into A Class - Exercise:
const
Members - Exercise: Simple Method (Users Age By
n
Years) - 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