Description: Singleton pattern, the use of c++ language to implement several cases of the singleton pattern, namely LanHanShi singleton pattern and singleton pattern of the hungry
To Search:
File list (Check if you may need any files):
Singleton
.........\Singleton Pattern
.........\.................\Debug
.........\.................\.....\Loger.obj
.........\.................\.....\main.obj
.........\.................\.....\Singleton Pattern.exe
.........\.................\.....\Singleton Pattern.ilk
.........\.................\.....\Singleton Pattern.pch
.........\.................\.....\Singleton Pattern.pdb
.........\.................\.....\vc60.idb
.........\.................\.....\vc60.pdb
.........\.................\Loger.cpp
.........\.................\Loger.h
.........\.................\main.cpp
.........\.................\Singleton Pattern.dsp
.........\.................\Singleton Pattern.dsw
.........\.................\Singleton Pattern.ncb
.........\.................\Singleton Pattern.opt
.........\.................\Singleton Pattern.plg
.........\单例模式.txt
.........\单例模式总结.docx
.........\改进的单例模式.txt