From Jon Justvig@DIGDIST/STEPPING to All on Thursday, December 06, 2012 23:55:32
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?