The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
need help having problems cleaning the file up code by using functions to make the code easier to modify and to read. We will also identify several bugs in our design.
Â
Â
Week 5 OverviewWe will clean up the code by using funcTons to make the code easier to modify and to read. We will alsoidenTfy several bugs in our design.// GSP115 ±REASURE CAVE// Week 4#pragma once#include "GSP115_Course_Project.h"// Global Constantsconst int MAX_ROWS = 7;const int MIN_ROWS = 0;const int MAX_COLS = 7;const int MIN_COLS = 0;const int ±O±AL_ROWS = MAX_ROWS + 1;const int ±O±AL_COLS = MAX_COLS + 1;//Display Constantsconst char ULC = 201;//Upper leF cornerconst char HB = 205;//Horizontal borderconst char URC = 187;//Upper right cornerconst char VB = 186;//VerTcal borderconst char LRC = 188;//Lower right cornerconst char LLC = 200;//Lower leF cornerconst char M± = ' ';//Empty locaTon
Attachments: