char/string ambiguity causing crash?Here's the demo code if you're curious. [code]#include <string> #include <fstream> class GameSaveD...
char/string ambiguity causing crash?I put one together and it's not getting the error, so I guess the problem lies elsewhere. The error...
char/string ambiguity causing crash?I'm getting an odd crash whenever I close my program that seems to be caused by a string not de-allo...
A vector of unique_ptrs pointing to unique_ptrsAbout using std::vector<Room*>, I was under the impression that I would have to use new and delete w...
A vector of unique_ptrs pointing to unique_ptrsSorry for such a basic question, I'm coming back to C++ after like 15 years and having a really hard...
This user does not accept Private Messages