Mar 22, 2011 at 6:38am
Your Signleton class contains pointers to itself, not some data type like I think you wanted.
Since you do not have a constructor for the class, line 28 is illegal because you are trying to create a new instance.
Mar 22, 2011 at 6:38am
line 13 doesn't have a body like so: Singleton() { }