I'm stuck and I need help. Anyway I have Visual Studio 2008 console program that needs to log a Date, String, Boolean, and an integer for each round of a game. Say the user plays 10 rounds I would have 10 of each.
I want to save those records in a data structure (collection i believe) and then after the game is finished loop through them producing a simple console report.
I'm stuck. It seems like a simple thing, but I can't find the solution. I imagine that there are multiple ways to accomplish this, but I'm looking for the most simple solution.