Effective STL

E173632

Effective STL is a programming book by Scott Meyers that provides practical guidelines and best practices for using the C++ Standard Template Library effectively and efficiently.

All labels observed (1)

Label Occurrences
Effective STL canonical 7

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf book ⓘ
computer programming book ⓘ
non-fiction book ⓘ
aimsTo help programmers use the STL effectively ⓘ
help programmers use the STL efficiently ⓘ
author Scott Meyers ⓘ
covers STL memory management issues ⓘ
algorithm complexity considerations ⓘ
associative containers ⓘ
design trade-offs in STL usage ⓘ
iterator categories ⓘ
sequence containers ⓘ
use of allocators in STL ⓘ
use of functors and predicates in STL ⓘ
emphasizes clarity of C++ code using STL ⓘ
correctness in STL usage ⓘ
efficiency in STL usage ⓘ
focusesOn C++ Standard Template Library ⓘ
C++ algorithms ⓘ
C++ containers ⓘ
C++ function objects ⓘ
C++ iterators ⓘ
STL design idioms ⓘ
STL exception safety ⓘ
STL performance considerations ⓘ
generic programming in C++ ⓘ
genre software development guide ⓘ
technical literature ⓘ
language English ⓘ
partOfSeries Effective software development series ⓘ
provides best practices for C++ STL usage ⓘ
practical guidelines for using the STL ⓘ
publisher Addison-Wesley ⓘ
relatedWork Effective C++ ⓘ
More Effective C++ ⓘ
subject C++ programming language ⓘ
linked to: C++

Standard Template Library ⓘ
software engineering best practices ⓘ
targetAudience advanced C++ developers ⓘ
professional C++ programmers ⓘ
software engineers using C++ ⓘ
teaches how to avoid common STL pitfalls ⓘ
how to choose appropriate STL containers ⓘ
how to use STL algorithms effectively ⓘ

How these facts were elicited

Referenced by (7)

Full triples — surface form annotated when it differs from this entity's canonical label.

Effective C++ → relatedWork → Effective STL ⓘ
Scott Meyers → knownFor → Effective STL ⓘ
Scott Meyers → notableWork → Effective STL ⓘ
Effective Modern C++ → predecessor → Effective STL ⓘ
More Effective C++ → precedes → Effective STL ⓘ
More Effective C++ → relatedWork → Effective STL ⓘ