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
How to avoid specializing iterator_traits for each possible instantiation of a templated iterator?
Sep 13, 2025
c++
c++11
iterator
iterator-traits
Why is ref & cref needed for reference arguments to a function passed to std::thread?
Sep 12, 2025
c++
c++11
C++ multiple inheritance from base classes with members with same name
Sep 12, 2025
c++
c++11
multiple-inheritance
How is `>>>` lexed in C++0x?
Sep 12, 2025
c++
c++11
C++ standard wording: Does "through all iterators in the range" imply sequentiality?
Sep 12, 2025
c++
c++11
standards
std
Can a parameter pack be captured implicitly within C++11 lambdas?
Sep 12, 2025
c++
c++11
lambda
language-lawyer
variadic-templates
How can I compile under C++11 standard in Ubuntu? [closed]
Sep 12, 2025
c++
gcc
ubuntu
c++11
llvm
When is it a good idea to use std::promise over the other std::thread mechanisms?
Sep 12, 2025
c++
c++11
stdthread
Is it possible to move a boost::optional?
Sep 11, 2025
c++
boost
c++11
move-semantics
boost-optional
Getting the size of member variable
Sep 12, 2025
c++
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
Older Entries »