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
Post a Comment