I'm supposed to create an array of 20 employee objects. My instructor told us to create separate source files for the search and sort functions for this array. Um, how is that done? I created two source files and just put
#include "Employee.h"
at the top of both of them.
I'm really not sure where to go from there. I know what the search and sort functions are but how does one call them in main?
Yes, I'm a programming n00b...