Timeline for Boggle board solver in C++
Current License: CC BY-SA 3.0
        5 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 20, 2016 at 21:11 | comment | added | Rémi | Not if you use a reference. But you can use a smart pointer instead, which will ensure that the dictionary is not deleted as long as a smart pointer points to it. en.cppreference.com/w/cpp/memory/shared_ptr | |
| Nov 20, 2016 at 18:53 | comment | added | David Kretch | Hi, thanks! If I use a reference for the dictionary, is there a way to ensure that the dictionary doesn't get deleted before the end of the Boggle instance, via some language construct? | |
| Nov 20, 2016 at 1:40 | vote | accept | David Kretch | ||
| Nov 19, 2016 at 21:14 | history | edited | Rémi | CC BY-SA 3.0 | 
                
                    added 177 characters in body 
                
             | 
| Nov 19, 2016 at 21:08 | history | answered | Rémi | CC BY-SA 3.0 |