User profile: TheGrayWolf

User info
User name:TheGrayWolf
Location:Bulgaria
Bio:A hobbyist.
History
Joined:
Number of posts:96
Latest posts:

Pointer Triad Storage: Yes or No?
There exists a concept known as a smart pointer. It seems you are trying to reinvent it. Look it up ...

Negative number check
You don't actually check the sign of the number in the 44-53 fragment.

Push problem in Stack
Look at coder777's post. What i described is not neccessary. P.S. But you still need the destructor...

Push problem in Stack
You answered you own question. You've declared them [i]private[/i], so they won't be available with ...

Push problem in Stack
The element of the type your stack was designed for. set_values() is kind of meaningless in this con...