Content deleted Content added
→std::size_t: reply |
Tag: |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1:
{{Talk header}}
{{WikiProject banner shell|class=Start|
{{WikiProject C/C++|importance=Mid|c++=yes}}
}}
== Renaming this article to follow a consistent convention ==
Line 33 ⟶ 36:
: But size_t isn't really a C++-specific type. It's part of C. -- [[User:X7q|X7q]] ([[User talk:X7q|talk]]) 21:06, 17 March 2012 (UTC)
:: C++ doesn't include C as is: C specific parts, including size_t, are in the std:: namespace. Even if using size_t works, it's only by a chance. E.g. some compilers, including GCC, pollute the global namespace with the contents of unistd.h, but this bug will be fixed in the future. We should really use std::size_t. [[User:1exec1|1exec1]] ([[User talk:1exec1|talk]]) 15:28, 18 March 2012 (UTC)
== Shouldn't this article about C++ Unordered associative containers explain or link to what each is, what the differences are? ==
What's the diff between a multiset and a set, a multimap and a map, a multiset and a multimap?
That's what I came here to find out. <small class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/24.143.68.7|24.143.68.7]] ([[User talk:24.143.68.7|talk]]) 20:59, 22 May 2016 (UTC)</small><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
== Too pore examples. ==
Even the syntax of a search does not present. [[Special:Contributions/85.65.224.220|85.65.224.220]] ([[User talk:85.65.224.220|talk]]) 22:58, 1 July 2022 (UTC)
|