Calls to singleton library

Posted by metdos on Stack Overflow See other posts from Stack Overflow or by metdos
Published on 2010-04-28T12:50:22Z Indexed on 2010/04/28 13:03 UTC
Read the original article Hit count: 462

I have a singleton class, and I will compile it as a library static(lib) or dynamic(dll).

Is it guaranteed that calls to same file in a machine always refer to same and unique instance in both cases?

© Stack Overflow or respective owner

Related posts about c++

Related posts about singleton