3
votes
To STL or !STL, that is the question…
I think it's a typical build vs buy scenario. However, I think that in this case I would almost always 'buy', and use STL - or a better solution (something from Boost perhaps), before rolling my o …
3
votes
Is there any real risk to deriving from the C++ STL containers?
Also, in most cases, you should prefer membership over inheritance if possible.
…
