摘要:        
引子 “请写一个Singleton。”面试官微笑着和我说。 “这可真简单。”我心里想着,并在白板上写下了下面的Singleton实现: 1 class Singleton 2 { 3 public: 4 static Singleton& Instance() 5 { 6 ...    阅读全文
            
                posted @ 2015-06-26 00:11
littlejoean
阅读(5226)
评论(0)
推荐(1)
            
         
                    
                     
                    
                 
                    
                 
