Skip to content Skip to sidebar Skip to footer
Showing posts with the label Leaky Abstraction

C++: Push_back In Std::vector While Iterating It

Following code snippet provides a very weird output. I was expecting an overflow( Python gives a M… Read more C++: Push_back In Std::vector While Iterating It