Introduction to C++

This example demonstrates reading text file, storing each record in a struct and writing it out as a binary file. The “processing” requirement is to read the binary file and give all teachers a 5% raise and give Joe Bentley a 10% raise. The binary file will be updated to reflect the changes. ................
................