11 
 
        
      
      应该在C ++中使用数组吗?
      
  既然存在std::list并且std::vector存在,是否有理由在C ++中使用传统的C数组,还是应该避免使用它们,就像malloc?
      
        
          
                   95
                
        
        
          
                  
                    c++ 
                  
                    arrays 
                  
                    conventions