The first entry is how many types of units. The first column is an employee ID. I need to read the ID's in a 1-d string array. My problem is I'm having problems just reading the ID's only. First I used cin but that will input everything in the array. Next I tried getline but get a compilation error. Here's the code of the function: