Search code examples
Are the days of passing const std::string & as a parameter over?...


c++c++11

Read More
template parameter packs access Nth type and Nth element...


c++c++11variadic-templates

Read More
counting duration with std::chrono gives 0 nanosecond when it should take long...


c++for-loopc++11timer

Read More
How to capture a unique_ptr into a lambda expression?...


c++lambdac++11unique-ptr

Read More
Construction and initialization list : what the compiler do?...


c++c++11constructorstandards-compliance

Read More
C++ : MultiThreading : Parallelism is taking more time than Sequential...


c++multithreadingmacosc++11

Read More
C++ 2011 : range-based loop unrolling?...


c++loopsc++11compiler-optimization

Read More
C++11 compiler for windows...


c++c++11

Read More
Replacement for deprecated register keyword C++ 11...


c++c++11

Read More
Is it right way to create singleton class by weak_ptr...


c++c++11singleton

Read More
Is it C++ standard-compliant to define a variable using `A<int>::template B<int> x;`?...


c++c++11templatesportability

Read More
Checking the code generated implicitly by the C++ compiler...


c++c++11

Read More
C++11 auto, std::function and ambiguous call to overloaded function...


c++c++11overloadingstd

Read More
Variadic templates and multiple inheritance in c++11...


c++templatesc++11inheritancevariadic-templates

Read More
Store timestamps in nanoseconds c++...


c++c++11timec++-chrono

Read More
Advantage of using trailing return type in C++11 functions...


c++c++11autotrailing-return-type

Read More
How do I call ::std::make_shared on a class with only protected or private constructors?...


c++c++11shared-ptr

Read More
C++ Atomic compare_exchange_weak succeeds the second time, even though I haven't changed expecte...


c++c++11atomicstdatomiccompare-and-swap

Read More
C++ operator overload performance issue...


c++performancec++11

Read More
passing Lambda to pthread_create?...


c++c++11lambdapthreads

Read More
Why is std::conditional reject T&?...


c++11std

Read More
What is the nullptr keyword, and why is it better than NULL?...


c++pointersc++11nullptr

Read More
How to check for success in c++11 std::regex_replace?...


c++regexc++11

Read More
C++11 lambda implementation and memory model...


c++c++11memorylambdastd-function

Read More
Should we pass a shared_ptr by reference or by value?...


c++c++11boostshared-ptr

Read More
what c++ norme i'm currently using?...


c++linuxc++11

Read More
C++ Expand only part of the parameter pack...


c++c++11variadic-templates

Read More
Does C++11 allow dollar signs in identifiers?...


c++c++11language-lawyeridentifier

Read More
Compile-time (constexpr) float modulo?...


c++algorithmc++11floating-pointmodulo

Read More
Passing an atomic variable to a function...


c++c++11atomic

Read More
BackNext