Home | | Syllabus | | Assignments | | Lectures | | Resources
//******************************************************** // board.h // Author: A good solution writer // Date: April 11, 2014 // Class: CSCI 131 project4, Professor Royden // Purpose: Header file for playing board functions // Input: None // Output: None //******************************************************** typedef char board[3][3]; void ClearBoard( board ); void GetSpot( board, char ); void PrintBoard( board ); void DetermineWinner( board, int&, int&, int&, int& );
Home | | Syllabus | | Assignments | | Lectures | | Resources
Constance Royden--croyden@cs.holycross.edu
CSCI 131: Techniques of Programming
Last Modified: April 11, 2014
Page Expires: August 15, 2014