User profile: Renascent

User info
User name:Renascent
History
Joined:
Number of posts:29
Latest posts:

What's wrong with this function definition? (Stacks/queues)
[code]#ifndef ASSIGNMENT4_H_ #define ASSIGNMENT4_H_ namespace assignment4 { #include <vector...

Can't figure out what's causing my program to bug up...(stacks)
Nevermind...I still have a problem. It looks like it's not pushing anything onto the stack. Anyon...

Can't figure out what's causing my program to bug up...(stacks)
So MOST of it is working out properly so far...until I get to this point. I'm supposed to check if b...

Comparing stacks and queues to determine if they're equal.
Err...that was kind of my algorithm in the first post. It's all of those dashes/bullets. I haven't s...

Comparing stacks and queues to determine if they're equal.
I've just got a quick question regarding this--specifically, my algorithm. Is there a flaw in it, or...