Singleton without static : possible??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Old Wolf

    #16
    Re: Singleton without static : possible??

    eminemence wrote:
    Is it possible to implement a Singleton without using static variables
    or global variables.
    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.

    Comment

    Working...