high score table[quote]For crying out loud. [/quote] please be patient with me. this is my first attempt at coding. ...
high score tablebut if i define the HighscoreTable[index].Name="Fred" it won't matter what name the player gives the...
high score tableI'm still confused. Here's my code: #include <iostream> #include <cstdlib> #include <string> usin...
high score table@MacC, I did what you advised but the compiler is still complaining that HighscoreTable on lines 9 a...
high score tablei understand that HighscoreTable[index].Name=playername; and HighscoreTable[index].score=highscore...