C + + Learning Transcript 4

Source: Internet
Author: User
1, container = data structure + algorithm. It is equivalent to designing something that is designed to hold that data for complex data. Used to transfer complex data in development. 2, the template function can only be written in the header file. Statements cannot be made alone. 3, STL container classes are divided into three categories: (1), the sequence of container class vector array. The query is fast, but the insertion is slow.        The order of data added is related to the size. An array of deque. Slower than vector queries, but inserts are a little faster than deque.        A hash mapping is used. List linked list.        Insert fast, query slow (2), associative container: The biggest difference from the order container class is that the container class has nothing to do with the order of accession, which is sorted when it is inserted. The set element cannot be repeated multiset can duplicate a map key-value pair (a property file is a key-value pair) stored in a key-value pair. The key name cannot be duplicated. stored in order, sorted by key Multimap is the same as map, but can be repeated (3), container adapter stack queue Priority_queue

C + + Learning Transcript 4

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.