POV-Ray : Newsgroups : povray.off-topic : Paraniod : Re: Paraniod Server Time
7 Sep 2024 17:17:32 EDT (-0400)
  Re: Paraniod  
From: Chambers
Date: 6 Jul 2008 15:49:33
Message: <487121cd$1@news.povray.org>
Orchid XP v8 wrote:
> If you are the manager, you can instruct the system administrators to 
> keep out of your files. Why are we having this discussion again? ;-)

That reminds me of a tip on how to enforce a singleton in C++; that is, 
how to make sure noone instantiates a particular class.  The following 
code will do the trick:

// If you instantiate the following class you WILL BE FIRED!!!
class Singleton {
...

...Chambers


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.