Computer Science 2574
Intro to Data Structures & Soft Eng

CourseKeys.h

#ifndef COURSEKEYS_H
#define COURSEKEYS_H

	#include "odb.h"
	
	void CopyCrseInfo(int& NumStudents, ifstream &inFile,
					  ofstream &outFile);
	void getKeys(ofstream &outFile, ifstream &inFileDecode, int NumQuestions);
	int getNumKeys(int &NumKeys, ifstream &inFileDecode);

#endif