Help With C++ (arrays)Use of arrays in such assignment is by all means ok, but you need to pay attention to what you put ...
Am I writing my code efficiently?First thing I saw is why do Gear Class has the same statistics as Character class? What is the signi...
Runtime Error #3 (reapeating numbers code)[code]cin >> menuchoice;[/code] You get this from user [code]if (game == 'i')[/code] but check this...
Problem with sentinelsFirst of all, all currency-related values should be stored in real number types ([code]float[/code] ...
Help With C++ (arrays)Do you mean to store schedules for more than one student? Because: [code]char students[30]; // One ...
This user does not accept Private Messages