TAILIEUCHUNG - Lecture Practical C++ programming - Chapter 25: Standard template library

The standard template library (STL) contains many different types of containers. These differ in their capibilities and the speed with which they perform their operations. This chapter provides only an overview of the STL, inviting you refer. | Chapter 25 Standard Template Library Practical C Programming Copyright 2003 O Reilly and Associates Page1 STL Components Containers - A collection of data Iterators - Things that go through the data Algorithms - Data manipulation functions Practical C Programming Copyright 2003 O Reilly and Associates Page2 Containers vector - Looks like an array deque - Like vector but allows faster insert and delete to the middle of the container. list - Double linked list no random access set - Unique ordered set of items multiset - Set with no unique restriction map - Associative array with unique keys multimap - Like map but no unique restriction Practical C Programming Copyright 2003 O Reilly and Associates .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.