#include #include const int MAX_SIZE = 31; const int MAX_LENGTH = 35; typedef char string[MAX_LENGTH]; int calcHashKey(string searchKey) { int len = strlen(searchKey); int lRetVal = searchKey[0] - 64; for ( int i=1; i= 0 ) { strcpy(hashTable[hashKey], input); } else { cout << "Could not place: " << input << "\n"; } } } InFile.close(); ofstream OutFile("output.txt"); for (i=0; i