User profile: sebaethefish

User info
User name:sebaethefish
History
Joined:
Number of posts:18
Latest posts:

high score table
[quote]For crying out loud. [/quote] please be patient with me. this is my first attempt at coding. ...

high score table
but if i define the HighscoreTable[index].Name="Fred" it won't matter what name the player gives the...

high score table
I'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 table
i understand that HighscoreTable[index].Name=playername; and HighscoreTable[index].score=highscore...