non-volatile virtual memory for C++ containers
        Posted  
        
            by 
                arieberman
            
        on Programmers
        
        See other posts from Programmers
        
            or by arieberman
        
        
        
        Published on 2012-06-08T06:45:46Z
        Indexed on 
            2012/06/08
            10:47 UTC
        
        
        Read the original article
        Hit count: 284
        
Is there a virtual memory management process that would allow a program to use the standard container structures and classes, but retain these structures and their data when the program is not running (or being used), for use by the program at a later time? This should be possible, but can it be done without changing the source code and its (container) declarations? Is there a standard way of doing this?
© Programmers or respective owner