Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++11
C++ Alias for list of template parameters
Sep 11, 2025
c++
c++11
templates
using
Is it possible to pass a brace-enclosed initializer as a macro parameter?
Sep 10, 2025
c++
c++11
c-preprocessor
language-lawyer
Why standard doesn't require std::mutex::~mutex synchronizes-with with the latest unlock
Sep 10, 2025
c++
c++11
mutex
Has C++11 changed requirements for elements of STL containers, and how?
Sep 09, 2025
c++
stl
c++11
std::unordered_map::emplace behavior with no move/copy constructor
Sep 08, 2025
c++
visual-c++
c++11
unordered-map
Can Different Lambdas Decay to the Same Function Pointer?
Sep 10, 2025
c++
c++11
lambda
language-lawyer
Couldn't deduce template paramter even if it is known at compile time
Sep 10, 2025
c++
c++11
variadic-templates
constexpr
template-meta-programming
Assign a dynamically allocated array in a constructor to a unique smart pointer member variable
Sep 09, 2025
c++
c++11
smart-pointers
Move assignment operator not being called
Sep 10, 2025
c++
c++11
move
C++11: does unordered_map/set guarantees traversing order as insert order?
Sep 09, 2025
c++
c++11
insert
unordered-map
c++ type trait to detect if any function argument is reference
Sep 09, 2025
c++
c++11
templates
lambda
type-traits
Can anybody provide a MISRA C++ compliant 'offsetof' macro/template/function that works with static_assert?
Sep 07, 2025
c++
c++11
misra
Error spotted in C++ Primer 5th edition shared_ptr<int>
Sep 08, 2025
c++
c++11
c++14
shared-ptr
errata
Is there a way to suppress Intellisense errors when using C++11 features specific to November 2012 CTP?
Sep 09, 2025
c++
visual-c++
c++11
visual-studio-2012
intellisense
What is the reason for providing a default value of zero for SFINAE testers?
Sep 08, 2025
c++
templates
c++11
sfinae
libc++
GoogleTest with Templates
Sep 07, 2025
c++
c++11
templates
c-preprocessor
googletest
Can attributes be applied to templates?
Sep 06, 2025
templates
c++11
How can I properly capture an Obj-C block within a c++ lambda call?
Sep 08, 2025
objective-c
c++11
lambda
objective-c-blocks
objective-c++
What is the C++ 11 atomic library equivalent of Java's AtomicMarkableReference<T>
Sep 08, 2025
java
c++
c++11
atomic
lock-free
Older Entries »