0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~222 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Re: hint: use a stack. number => push onto stack ; operator => pop 2 off stack, operate, push back result. | |
Re: [QUOTE=Barefootsanders;479590]Hey everyone, I pass it as a parameter through a function as shown below. [CODE]listOfLists->headAddr = headNode;[/CODE] For some reason, it crashed right here. [/QUOTE] In general, if a program crashes when you dereference a pointer (e.g. -> operator) then the pointer is not valid. Probably you didn't initialize listOfLists … |
The End.