User profile: ZGalhardo

User info
User name:ZGalhardo
History
Joined:
Number of posts:8
Latest posts:

Passing an object as a pointer?
Now I need to dereference the pointer, but how, and to what? How do I access the stack? Got it, was...

Passing an object as a pointer?
I forgot to mention, it has to be a global function. Declare it as a friend of what? IntStack? The c...

Passing an object as a pointer?
[code] #include <iostream> #include <stdlib.h> using namespace std; class IntStack{ static cons...

Overloading a function
Right under my nose... Thanks. One more problem. I'm not sure where to start to implement the print...

Overloading a function
I'm stuck on a C++ assignment and would like a nudge in the right direction. The assignment: http://...