On Sun, 2008-12-07 at 12:35 -0500, Jam wrote: > You have been told that the explanation is obscured. > For a beginner, like me, throwing around obscure, unfinished and/or > incoherent code is not only a futile endeavour, but most importantly > useless.
What is lacking is your understanding of (1) static methods (2) classes with a constructor, either because they must always be created via a factory method (which typically returns a reference counted pointer) or because the class wraps a resource that is fundamentally a singleton. The terminology above is all basic C++ stuff. If you don't want to learn C++ terminology, you will have a hard time as your tasks get more complex. Given that people have attempted to help you, you are being unbelievably rude. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
