Safe deletion of multidimensional char**Brilliant, makes sense since it's a pointer to a pointer. I guess if it was a normal multi dimension...
Safe deletion of multidimensional char**[code] multiArray = new char*[height]; for (int i = 0; i < height; i++) { multiArray[i] = new ch...
Safe deletion of multidimensional char**I have a multi dimensional char** array which I'm looking to safely delete without any leaks. I was ...
Singleton Unresolved External in Seperate LibraryI was indeed defining the pointers, but for some reason, it's struggling with NULL but 0 seems to ge...
Singleton Unresolved External in Seperate LibraryHey there everyone, busy implementing a globals class with all the singletons I need in my "Engine" ...
This user does not accept Private Messages