|
|
void fnReadNamesAndScores(std::ifstream&, std::string*, int*);void fnReadNamesAndScores(ifstream &inFile, string *OneDimArrOfStr, int *TwoDimArrOfInt[])void fnReadNamesAndScores(ifstream &inFile, string *OneDimArrOfStr, int TwoDimArrOfInt[NUMB_STUDENTS][NUMB_TESTS])