Talk:Sequence container (C++)
This is the talk page for discussing improvements to the Sequence container (C++) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||
|
Text and/or other creative content from this version of Vector (C++) was copied or moved into Sequence containers (C++) with this edit. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
Text and/or other creative content from this version of List (C++) was copied or moved into Sequence containers (C++) with this edit. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
Text and/or other creative content from this version of Deque (C++) was copied or moved into Sequence containers (C++) with this edit. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
Text and/or other creative content from this version of Array (C++) was copied or moved into Sequence containers (C++) with this edit. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
Reorganization
editThere's an ongoing discussion about an reorganization of the articles about the C++ containers. This page is one of the subjects of that discussion. Please express your opinion. 1exec1 (talk) 20:15, 2 December 2011 (UTC)
The article needs cleanup
editCurrently most of the content is still as was in the original articles (Vector (C++), List (C++), etc.) which means that it doesn't integrate into this article well (though the original content itself was quite poor). The layout is also of low quality, however I suggest we leave the topmost layout as is, so that we have the following main sections: History, Design (Properties of the containers, comparisons between them, etc.), Overview of functions (the function table with links usable for someone who needs only a reference manual), Usage (several short examples showing how to use containers). Any suggestions, other ideas? 1exec1 (talk) 00:01, 6 December 2011 (UTC)
Table refers to non-existent forwad_list functions
editjust as an example, std::forward_list<T>::emplace does not exist, there's std::forward_list<T>::emplace_after (since you can't emplace at a specific location) without being able to reverse-iterator (to fix up the link) lost more other entries are similarly wrong. 74.108.115.166 (talk) 06:57, 1 March 2013 (UTC)
Should container adapters be added?
editAdd containers like stack, queue? Theunamedguy (talk) 22:30, 14 May 2013 (UTC)