Šimon Tóth’s Post

View profile for Šimon Tóth

C++ Educational Content Creator | 20 years of Software Engineering experience distilled into digestible daily posts

std::stack is a simple container adapter providing a stack/LIFO interface. Besides mitigating the need for recursion, std::stack can be used to implement simple undo functionality. Compiler Explorer link: https://lnkd.in/e3rPux3w #cpp #cplusplus #coding #programming #dailybiteofcpp

  • text

What's the main benefit compared to a vector?

Like
Reply

To view or add a comment, sign in

Explore content categories