All Questions
1 question
1
vote
2
answers
2k
views
C++ Getting neighbours of a cell in a grid, -1x throwing null exception when checked if != NULL
recently moved from C# to C++ so I'm new to pointers and references and so on.
I've a pointer-to-pointer array declared like this
enum Type
{
Void,
DeepWater,
Water,
... etc }
Tile::...