 
            
            
            
            
                29 Nov
                
                    2014
                
            
            
                29 Nov
                
                '14
                
            
            
            
        
    
                3:14 p.m.
            
        On Wed, Nov 26, 2014 at 10:21 PM, Rob Stewart <robertstewart@comcast.net> wrote:
I do, from time to time. But I always found RAII wrappers sufficient and used the native API to work with file descriptors. I usually need something low-level or non-portable anyway when I do this.
I use filesystem or IOStreams when I want portability, and otherwise use RAII and native APIs when the code isn't portable.
What RAII wrappers do you use in those cases? -- Olaf