Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Store shared pointer in lambda to keep it alive

How to define compile time ternary literal in C++?

C++ variadic template with non-type parameters of different types

std::lock_guard seems to give thread safety despite scoped block

Efficient usage of a c++11 shared_ptr in an asset manager

c++ opengl c++11 shared-ptr

Why is std::back_inserter_iterator not WeaklyIncrementable in RangeV3?

magic statics: similar constructs, interesting non-obvious uses?

multithreading c++11

C++ variadic template - limit number of args

Android NDK linker Error:error: undefined reference to std::basic_string

Why compilers generate a copy/move constructors when there is a templated constructor?

c++ c++11

Rcpp error: ‘unique_ptr’ is not a member of ‘std’

c++ r c++11 rcpp

C++ regex replace first match

c++ regex string c++11

Practical use cases for alignof and alignas C++ keywords

In C++, how can I delete all zeros except for x of them in every run of consecutive zeros within a list?

C++11 - tuple and move semantics

c++ c++11

get value_type of dereferencable types

Global/Static variables initialization issue with __attribute__((constructor)) in shared library

c++ c++11 shared-libraries

Keeping all strings JNI android to protect from reverse engineering?