Skip to main content

All Questions

Tagged with
10 votes
3 answers
3k views

Implementing a Stack with Templates and Smart pointers

I'm trying to understand the concepts of smart pointers and templates. To get a better understanding of these, I tried to implement these two concepts on Stack. I ...
user3898160's user avatar
0 votes
1 answer
206 views

RAII object for releasing pointer with arbitrary function

The following class is a sort of "smart pointer" that can be used for automatically releasing pointers: ...
Jan Rüegg's user avatar
2 votes
2 answers
5k views

Binary search tree with templates

I am currently attempting to become proficient in C++ and started by implementing a basic binary search tree. Most of the programming I have done is in Ada, Python and C. I would like to be able to ...
Dirty Mike and the Boys's user avatar