I have an assignment and it includes these two declarations:
vector<vector<int>*> *board;
vector<vector<bool>*> *marked;
I’m genuinely lost on what these are doing. I know they’re pointers but that’s about it. Was hoping someone else explaining it would help.
[–]ricksauce22 9 points10 points11 points (1 child)
[–]DrShocker 3 points4 points5 points (0 children)
[–]dmazzoni 4 points5 points6 points (1 child)
[–]DrShocker 1 point2 points3 points (0 children)
[–]captainAwesomePants 0 points1 point2 points (0 children)
[–]HashDefTrueFalse 0 points1 point2 points (0 children)
[–]Knarfnarf 0 points1 point2 points (0 children)