Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

c++ type trait to detect if any function argument is reference

Can anybody provide a MISRA C++ compliant 'offsetof' macro/template/function that works with static_assert?

c++ c++11 misra

Error spotted in C++ Primer 5th edition shared_ptr<int>

Is there a way to suppress Intellisense errors when using C++11 features specific to November 2012 CTP?

What is the reason for providing a default value of zero for SFINAE testers?

GoogleTest with Templates

Can attributes be applied to templates?

templates c++11

How can I properly capture an Obj-C block within a c++ lambda call?

What is the C++ 11 atomic library equivalent of Java's AtomicMarkableReference<T>

java c++ c++11 atomic lock-free

Generate one method per type from variadic class template

How to fill 3D array with zeros?

Pass a char to an int in using std::cin in C++

c++ loops c++11 integer iostream

Creating a callback with std::function as class-member

c++ c++11 copy std-function

How can I iterate over a vector of functions and call each of them in C++?

c++ c++11 vector stl iterator

Smart pointers and parameter list allocation rules

c++ c++11 smart-pointers

Does a no-op "do nothing" function object exist in C++(0x)?

Trouble with header files in c++: linker command failed

c++ c++11 header-files

C++11: Preventing lambda scope capture bugs

c++11 lambda