Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Possible bug in libc++?

c++ c++11 std libc++

Efficiently reading two comma-separated floats in brackets from a string without being affected by the global locale

c++ parsing std

keep std vector/list sorted while insert, or sort all

c++ sorting std stdvector

"cout << cout" - what does the output stand for?

c++ std

std::addressof - strange implementation

c++ std

Can I dereference std::string.end()?

c++ string language-lawyer std

'No matching function for call' error when inserting class into a STL map

c++ dictionary stl std

Move an element from std::deque in C++11

c++ c++11 std move deque

std::thread problems

Why doesn't Assert::AreEqual in the VS UnitTesting framework work with std::string?

How to pass predicate as function parameter

c++ stl vector predicate std

template enable if is pointer

c++ templates c++11 std

Iterator for C++11 map values (simple and transparent)

c++ c++11 map iterator std

Overload operator>> for std::pair<int, int>

limited size queue

c++ boost queue std

C++: std::vector [] operator

c++ stl std stdvector

Why does std::min(std::initializer_list<T>) take arguments by value?

C++: Find any element from container1 not in container2

c++ algorithm stl std

C++ random yields different numbers for same Mersenne Twister seed when using float precision

Why do streams still convert to pointers in C++11?

c++ c++11 g++ std iostream