Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Does std::locale::global make affect to printf() function?

c++ locale printf std setlocale

Visual C++ 2010 refuses to show std::string value when debugging. Shows <Bad Ptr>

c++ string debugging std

Difference between "destroy" "destructor" "deallocate" in std::allocator?

c++ c++11 std

Why doesn't aliasing constructor of std::shared_ptr initialize std::enabled_shared_from_this?

c++ c++11 std shared-ptr

Where is namespace std defined?

c++ std

Deriving from std::exception in a library: Does a headers-only solution work for catching exceptions?

c++ dll std

Is there a point to define move-only objects in c++11?

Why is the string version of getline a non-member function?

c++ string std

Removing an element from a list with only its iterator

c++ list iterator std

Combining C++ standard algorithms by looping only once

c++ algorithm stl c++11 std

How to use tr1 with Visual Studio 2010 (tr1::function)?

function pointers for std::unordered_map

c++ c++11 std

Why not modify key of associative container?

c++ c++11 std language-lawyer

Initialising std::discrete_distribution in VS2013

Qt Concurrent or std::async for new code?

c++ qt c++11 std qtconcurrent

Why does a lock_guard on a mutex reference produce C26110

c++ c++11 visual-c++ c++17 std

std::error_code, my_error::check_block == my_error::validate && my_error::accept_block == my_error::validate

c++ c++11 std error-code

Is there a variant of std::lock_guard that unlocks at construction and locks at destruction in C++11?

c++ c++11 mutex std

Lifetime of references in STD collections

c++ c++11 map std

Boost multi-index container vs a multi-level mapping container based on std::unordered_map (map of maps)