Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stl
Efficiently count number of entries between two std::multimap iterators
Feb 15, 2021
c++
c++11
stl
time-complexity
multimap
why homemade binary search algorithm is slower than std::binary_search?
Nov 11, 2022
c++
algorithm
stl
profiling
binary-search
Why isn't std::string a specialization of std::vector? [duplicate]
Oct 13, 2022
c++
string
vector
stl
Why does std::shared_ptr<T> = std::unique_ptr<T[]> compile, while std::shared_ptr<T[]> = std::unique_ptr<T[]> does not?
Mar 26, 2018
c++
stl
g++
c++14
C++ copy elision for references
Apr 24, 2016
c++
concurrency
stl
thread-safety
Difference in behaviour of max_element and minmax_element in C++ STL
Mar 29, 2019
c++
c++11
stl
c++14
Performance of a trimming function
Apr 05, 2022
c++
performance
boost
stl
trim
Creating a STL map key-iterator
Oct 15, 2022
c++
stl
Avoid temporaries in std::map/std::unordered_map lookup with std::string key [duplicate]
Aug 31, 2022
c++
stl
What are some behavioral anomalies with data structures that use reference counting in STL?
Nov 01, 2022
c++
data-structures
stl
garbage-collection
containers
Accessing elements of a list of lists in C++
Jan 29, 2021
c++
stl
iterator
doubly-linked-list
Explicit template function argument specification and Implicit conversion of function arguments in C++11
Nov 07, 2022
c++
templates
stl
c++11
C++ 11 equivalent of java.util.ConcurrentHashMap
Sep 22, 2022
c++11
map
concurrency
stl
containers
STL fill and forward iterator
Apr 26, 2022
c++
stl
iterator
Why pair is required to insert into map?
Sep 07, 2022
c++
map
stl
std-pair
std::vector constructor taking pair of iterators
Dec 13, 2021
c++
c++11
stl
Is it a good idea to extend std::vector?
Oct 22, 2022
c++
stl
Acessing Values only at certain indexes using iterators
May 23, 2022
c++
algorithm
lambda
stl
iterator
LNK2022 and LNK2034 linker errors with version 10.0 of the CRT
Dec 19, 2016
windows
visual-studio-2010
winapi
stl
linker-errors
Why are entries of this STL map not being initialized in GCC 4.5.1?
May 20, 2022
c++
gcc
stl
map
initialization
« Newer Entries
Older Entries »