Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

When should you use std::thread::joinable?

c++ multithreading c++11

C++ Add months to chrono::system_clock::time_point

c++ c++11 std chrono

Struct offsets and pointer safety in C++

C++ Using lambda for implicit constructor call expecting a function pointer

is a shared pointer to std::thread a bad practice?

c++ multithreading c++11

update integer array elements atomically C++

Referring to a "std::unique_ptr" that you don't own (use a raw pointer?)

What is difference between std::stof and atof when each one should be used?

c++ c++11

Why is there a memory leak in the following C++ code?

c++ c++11 memory-leaks

why c++11 sleep_for microseconds actually sleep for millisecond?

use of rvalue reference and auto

c++ c++11

Is it dangerous to have a cast operator on a unique_ptr?

c++ c++11 unique-ptr

Confusing syntax with anonymous template types?

c++ c++11

Why didn't C++11 incorporate all of Boost's type traits?

c++ boost c++11

Overloading of C++ templated functions

How can I convert the C++11 code to C++98 without boost?

c++ c++11

function template does not recognize lvalue

Does c++11 have something like quint8? [duplicate]

c++ qt c++11 qtcore

In c++, how to wrap default headers with fallback

c++ c++11 boost

What are the uses of get() member from the shared_ptr class?