CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: koki2011

Search: Search took 0.03 seconds.

  1. Re: Traditional Singleton Implementation vs Static Object Singleton Implementation

    Alex, what do you mean in #2 an instance of the Car is created even if getInstance is not called? Can you explain?

    Codeplug, for #2 memory is preallocated and if you were running out of memory you...
  2. Traditional Singleton Implementation vs Static Object Singleton Implementation

    I have usually implemented Singletons as described in the Design Patterns book. Recently someone suggested another implementation of Singleton using creating a static instance of a class and...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured