I wrote a program to calculate how many unique students I have taught over the years. It will read in a file formatted with first_name last_name sid and populate a vector of Student* pointers. To calculate the number of unique students the following was applied: int unique_students