Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Which copy/move constructor/operator to define for simple structures?

Why is this move constructor not working

set flag in signal handler

c++ linux unix c++11 posix

g++ and clang different behavior with recursive variadic template bitset creation (possible gcc bug?)

c++ gcc c++11 clang bitset

Strange behavior with std::function

c++ c++11 std-function

Atomic operations for lock-free doubly linked list

declaring more than one variable within a single auto statement

c++ c++11 auto

C++ best way to build vector of strings from multiple returns of function calls

c++ string c++11 vector lambda

Isn't S a literal type?

c++ c++11 constexpr

Calling an objects member function in a thread in main() [duplicate]

c++ multithreading class c++11

Mixing constructors with fixed parameters and constructors with constructor templates

compiler error expected nested-name specifier

Correct usage of atomics

Lifetime of data associated with std::current_exception

c++ exception c++11

How virtual inheritance is implemented in memory by c++ compiler?

c++ visual-c++ c++11

C++ lambda. How need to capture the pointer?

What are the benefits and risks, if any, of using std::move with std::shared_ptr

Getting rid of an ugly C construct

c++ c c++11 macros

Consecutive, distinct sequences in C++ 11 using Atomic

c++ c++11 atomic

Vector-like container that can have instances with storages mutually contiguous?