I need to have my program store names and department title stored in a two dimensonal array. I have it set up as a char type array using strings but it isn;t compling. I am just simply getting an initialzier string error. using bloodshed dev-c++ comlier. Any ideas?
thanks for the help man.. i got that part sorted out. but I still have a problem though. I have to have the name and department stored in a 2-d array and the payrate stored in a 1-d array. But the progem has to print the name and department of everyone that makes more than 15 dollars an hour. I am not sure how to do this since they are two different arrays. here is my code thus far, it won't compile because of the illegal operations of seting the arrays equal to each other, but i am not sure how to get them, where i can use the 1-d array payrates to print the name and department of the 2-d array if there pay is mor ethan 15 dollars.