1.

What Are The Major Components Of The Stl?

Answer»

The CONTAINERS and container adaptors (both are objects that can hold other objects), the iterators (generalized pointers that point at ITEMS in containers), and the algorithms (that work on containers through iterators) will be the most frequently used COMPONENTS of the STL.

The containers and container adaptors (both are objects that can hold other objects), the iterators (generalized pointers that point at items in containers), and the algorithms (that work on containers through iterators) will be the most frequently used components of the STL.



Discussion

No Comment Found