From Jon Justvig@STEPPING to All on Thu Dec 6 23:55:32 2012
What's a good method in C++ to code a top 10 list for a varible (name) and integer (score)? I need some kind of sort mechanism to take the new score and place it in the top 10 and then remove the lowest score?