Safe vs Unsafe code
        Posted  
        
            by Lumpy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lumpy
        
        
        
        Published on 2010-05-03T20:17:07Z
        Indexed on 
            2010/05/03
            20:28 UTC
        
        
        Read the original article
        Hit count: 195
        
c#
Read this question today about safe and unsafe code I then read about it in MSDN but I still don't understand it. Why would you want to use pointers in C#? Is this purely for speed?
© Stack Overflow or respective owner