User profile: FanOfThe49ers

User info
User name:FanOfThe49ers
History
Joined:
Number of posts:149
Latest posts:

Program already runs, but can someone explain why my program is displaying the wrong numbers from a read file.
Hello, below I'll attach the prompt and requirements for easier understanding. My program also runs ...

Why does my pop function in my .cpp file not erase the last element from my stack?
Can someone help I don't understand why my myStack.pop(); doesn't erase 88 from the output

Why does my pop function in my .cpp file not erase the last element from my stack?
Okay I'm finally getting somewhere lol. [b] What I don't understand is why it says "error - can only...

Why does my pop function in my .cpp file not erase the last element from my stack?
I updated the post, please scroll down and check out my issue. Help is very much appreciated. Below ...

Trouble trying to remove odd numbers from stack
[quote] A comment mentioned using the STL stack, so do you really need to implement a whole stack yo...