Newbetuts
.
New posts in stl
Can raw pointers be used instead of iterators with STL algorithms for containers with linear storage?
c++
pointers
stl
iterator
Why no emplacement iterators in C++11 or C++14?
c++
c++11
stl
iterator
c++14
Concise explanation of reference collapsing rules requested: (1) A& & -> A& , (2) A& && -> A& , (3) A&& & -> A& , and (4) A&& && -> A&&
c++
stl
Is it safe to assume that STL vector storage is always contiguous?
c++
stl
vector
How to construct a std::string from a std::vector<string>?
c++
stl
string-concatenation
stringstream
stdstring
Is std::pair<int, std::string> ordering well-defined?
c++
sorting
stl
STL containers element destruction order
c++
stl
portability
does (w)ifstream support different encodings
c++
unicode
stl
character-encoding
wifstream
What the heque is going on with the memory overhead of std::deque?
c++
visual-c++
memory
stl
Thread safety of std::map for read-only operations
c++
multithreading
stl
thread-safety
stdmap
Why does a push_back on an std::list change a reverse iterator initialized with rbegin?
c++
stl
iterator
Capturing a time in milliseconds
c++
stl
timer
resolution
What is the right approach when using STL container for median calculation?
c++
algorithm
stl
containers
median
Use of for_each on map elements
c++
algorithm
stl
stdmap
std-pair
What do I get from front() of empty std container?
c++
stl
initializing std::string from char* without copy
c++
string
memory-management
stl
Is there support in C++/STL for sorting objects by attribute?
c++
sorting
stl
attributes
What is the most efficient way to append one std::vector to the end of another?
c++
performance
stl
vector
how portable is end iterator decrement?
c++
stl
iterator
portability
Reading and writing a std::vector into a file correctly
c++
file-io
stl
iostream
stdvector
Prev
Next