c++ - What should be avoided to write memory-leak-safe code using STL? -


i've used stl quite while now, implement algorithms sake of it, other occasional vector in other code.

before start using more, wanted know common mistakes people make when using stl -- in particular, there things should watch when using stl templates keep code safe memory leaks?

there lot of bottlenecks in using stl effectively, if want know more i'd suggest book "effective stl" s.meyers.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -