Problem with increment operatorThanks for the pointer information! That was the problem! I had the == in the code but typed it wr...
Problem with increment operatorI have two classes. In the first I create a node with left right pointers, a templated data member (...
Perfect Maze algorithmYer a genious :) I changed the code to this and it works: [code] case 0: ...
Perfect Maze algorithmThat's a good point, I need to add in the functionality to remove both of them and not just the one ...
Linked List not printing the last element Try changing while(iterator->next != NULL) To while(iterator != NULL)
This user does not accept Private Messages