Login
From:
Stack Overflow
(Uncensored)
subscribe
c++ - Difference between Singleton implemention using pointer and using static object - Stack Overflow
https://stackoverflow.com/questions/13047526/difference-between-singleton-implemention-using-pointer-and-using-static-object
links
backlinks
Roast topics
Find topics
Find it!
EDIT: Sorry my question was not clear, why do books/articles prefer implementation#1 over implementation#2? What is the actual advantage of using pointer in implementation of Singleton class vs us...