<<< The iterator abstraction | Index | >>> |
Use STL - it's fast, efficient, and simple to use!
It helps to know about data structures to understand the STL containers.
Use iterators where possible.
Use typedefs privately or publicly for classes that include STL components.
STL internet resources:
cplusplus.com
<<< The iterator abstraction | Index | >>> |