home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_12 / 757.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-13  |  829KB  |  2550x3300
Labels: book | poster | reckoner
OCR: 12.7 Libraries 757 The Standard Template Library (STL) In the Standard Template are Library (STL). templatized versions of with containers great variety itera- of tors for uses. C++ and The 18 algorithms Standard very large Template combined Library into pack an cage integral of the part elements of basics the in this ANSI section Standards package; we will introduce STL Containers container is a class that contains other objects There are two types of containers STL, sequence containers and associative containers STL Sequence Containers The containers STL in sequence be are containers as keep their contents in the linear list of order. All elements of The the The for sequence sequence inser- STI the vector, the deque and containers can in storage described variable length sequences of the ...