C++ Structs!

Description:

    This program was written to organize an employee data file. The program will sort the records by city and then will output the results on the screen. A struct was used to create a type of record. The program uses a struct named employee_info and an array named list.

Source Code for Structs    Sample Output for the Program
Main Computer Science Page    Home Page