Newbetuts
.
New posts in stl
What is the point of make_heap?
c++
stl
language-design
Vector Iterators Incompatible
c++
stl
vector
How to check that the passed Iterator is a random access iterator?
c++
stl
iterator
What is the difference between std::list<std::pair> and std::map in C++ STL?
c++
stl
stdmap
std-pair
stdlist
Ordered versus unordered containers in C++
c++
c++11
stl
containers
std::mutex performance compared to win32 CRITICAL_SECTION
c++
stl
synchronization
thread-safety
mutex
Can the 'type' of a lambda expression be expressed?
c++
stl
lambda
c++11
Why isn't there an operator[] for a std::list?
c++
list
stl
Relative performance of std::vector vs. std::list vs. std::slist?
c++
data-structures
stl
performance
linked-list
Pointers as keys in map C++ STL
c++
pointers
map
stl
C++ How to find the biggest key in a std::map?
c++
stl
map
Why does std::pair expose member variables?
c++
stl
encapsulation
std::vector reserve() and push_back() is faster than resize() and array index, why?
c++
optimization
stl
vector
Can I initialize an STL vector with 10 of the same integer in an initializer list?
c++
stl
constructor
initializer-list
General use cases for C++ containers
c++
stl
containers
Iterate over vector of pair
c++
vector
stl
iterator
const-iterator
What happens when you call data() on a std::vector<bool>?
c++
c++11
stl
Can we use a user defined class for the key in a STL map?
c++
stl
How to search for an element in an stl list?
c++
stl
What is the best way to use two keys with a std::map?
c++
dictionary
stl
key
stdmap
Prev
Next