Student Reviews
                
                    
                            
    
    
    
    
                    
                    ( 5 Of 5 )
                
                1 review
             
         
        
        
     
          
        
            
                
                    Video of Advanced C++: Disallow Functions in OOP course by Bo Qian channel, video No. 5 free certified online                
            
            
                Compiler generated functions sometime do things that you don't like. How to disallow the compiler generated functions from being used, or even any other functions from being used.
Errata:
As kindly pointed out by treweof, there is a typo at around 4:16: g() missing a return type. But it doesn't affect the overall validness of reasoning. Even if g() is given a return type, the code will error out because the copy constructor has no definition.
Notes can be downloaded from: boqian.weebly.com