Assignment 2 - Arrays, Sorting and Searching

due October 6th

The purpose of this assignment is to give you practice working with arrays, passing them to functions, sorting, searching and reading and writing text files.

In this program you will read two files and store their contents in arrays.  You will sort both arrays, and then search an array for each element of the second array.


Program Steps

Input files

Output Details

Required console output

Number of gettysburg words not found = ??   <= the number is less than 30

Required file output

Gettysburg Words not found in the dictionary
advanced
ago
as
birth
by
civil
consecrated
continent
detract
equal
government
ground
...


Additional Requirements

You must include at least two additional functions:
Place the function definitions below main() and function prototypes above main().

Hints