Path: chuka.playstation.co.uk!news From: "pal" Newsgroups: scee.yaroze.freetalk.english Subject: Re: C++ Question Date: 11 Apr 2001 21:53:23 GMT Organization: PlayStation Net Yaroze (SCEE) Lines: 25 Message-ID: <01c0c2d1$878704a0$030be4d5@pal-s-omnibook> References: <9b2j3f$9sk3@www.netyaroze-europe.com> NNTP-Posting-Host: nas-cbv-5-11-3.dial.proxad.net X-Newsreader: Microsoft Internet News 4.70.1155 Hi John, I believe the model you're depicting is well exposed in the famous book "Design Patterns" as the "Singleton" (not sure for the English name though). As I did not personnally implement it in C++, that's all I can say... pal John ( QuietBloke ) wrote in article <9b2j3f$9sk3@www.netyaroze-europe.com>... > What I really want is to > only create 1 instance of this class. Any additional creates of this class > should simply point to the existing one. > Im also thinking this MUST be a standard requirement for an app and therefore a > simple,elegant standard way of implementing it. > I'm sure I read something somewhere about this very topic but for the life > of me I cant currently remember where I read it.