课程程序--猜测游戏 C++

时间:2014-06-26 16:55:14
【文件属性】:

文件名称:课程程序--猜测游戏 C++

文件大小:1KB

文件格式:CPP

更新时间:2014-06-26 16:55:14

猜测游戏 游戏 cpp

#include const int MIN_NUM=1; const int MAX_NUM=1000; class guessGame { public: void play(); protected: int m_nHi; int m_nLo; int m_nGuess; int m_nHint; void startGame(); void showGuess(); int playMore(); };


网友评论