Re: Singleton without static : possible??
eminemence wrote:
Some operating systems have the facility to register a string,
and then you can check to see if the string has been registered
already when an attempt is made to create your object.
eminemence wrote:
Is it possible to implement a Singleton without using static variables
or global variables.
or global variables.
and then you can check to see if the string has been registered
already when an attempt is made to create your object.
Comment