singleton design pattern
843789Oct 24 2009 — edited Oct 25 2009Hey all!
I have a game configuration class that reads a file and stores all the game settings for a game in the appropriate data structures. Because I only want one instance of this class every floating around would it be a good candidate to implement using the singleton design pattern?