User profile: Immo

User info
User name:Immo
History
Joined:
Number of posts:26
Latest posts:

Problem with simple code
Because you are defining them before the variables actually have any value to them. Simply make it s...

Overloading >> operator for inherited class
How would I make this work? The professor instructed us to use private variables so I couldn't set t...

Creating a stack with Inventory class objects, having some problems
Hi, so I've accomplished the program as a queue but I am having trouble turning into a stack. [Dire...

Sorting a linked list
It just needs to be sorted, really. I saw one example using a bubble sort method on a list, but it ...

Sorting a linked list
After looking around for some solutions, I haven't encountered any problems with a Node class as a p...