I assume you mean this line?:
Code:
		cout << setw(10) << partNames[j];
My guess is thats what the array holds when it is passed to this function. Can you post the rest of your code?