User: zantocon

  • Public profile

User profile: zantocon

User info
User name:zantocon
History
Joined:
Number of posts:7
Latest posts:

Problem with increment operator
Thanks for the pointer information! That was the problem! I had the == in the code but typed it wr...

Problem with increment operator
I have two classes. In the first I create a node with left right pointers, a templated data member (...

Perfect Maze algorithm
Yer a genious :) I changed the code to this and it works: [code] case 0: ...

Perfect Maze algorithm
That'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