Singleton Pattern (NC)

Do this at first: Static Keyword in C++

The Singleton Pattern

单例模式很好描述,也很好理解。它的核心思想是:确保一个类最多有一个实例,并提供外界一个全局的访问点。