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
Loop over all (unordered) pairs of elements in a vector
Jul 10, 2021
c++
c++11
stdvector
Convert vector of vector to pointer of pointer
Mar 30, 2022
c++
c++11
pointers
stdvector
`noexcept` specifier for getters and setters
Oct 02, 2022
c++
c++11
Why is == operator overload of enum ambiguous in MSVC
Dec 28, 2021
c++
c++11
visual-c++
enums
operator-overloading
C++/Arduino Pass a function as argument
Oct 04, 2019
c++
c++11
arduino
`std::unordered_map` without duplicating key data
May 22, 2022
c++
c++11
unordered-map
stdmap
Most elegant way to split a C++ TypeList
Apr 16, 2022
c++
c++11
metaprogramming
c++17
Safe to pass empty variables by value, when they have no definition?
Oct 26, 2022
c++
c++11
c++14
extern
one-definition-rule
Attributes in C++. Are they really required for programmers?
Nov 06, 2022
c++
c++11
Is accessing a 2D array (T[N][M]) as a 1D array of size N*M guaranteed to work? [duplicate]
Apr 04, 2022
c++
c++11
multidimensional-array
language-lawyer
Move constructor for returned objects breaks C++98 code?
Sep 23, 2022
c++
c++11
gcc
rvo
Is it possible to match recursively integer template parameters in C++?
Aug 19, 2022
c++
c++11
templates
template-meta-programming
How are lambda captures initialized in case of nested lambdas?
Oct 01, 2022
c++
c++11
lambda
language-lawyer
Insertion to std::list<std::vector<int>> failed when using initializer list as the value?
Nov 02, 2022
c++
c++11
stl
Can threads be safely created during static initialization?
Nov 03, 2022
c++
multithreading
c++11
standards-compliance
static-initialization
strongly typed C++0x enumeration comparison
Feb 23, 2018
c++
enums
c++11
enum-class
Where in the C++ Standard does it say ::delete can change lvalues?
Aug 17, 2022
c++
pointers
c++11
lvalue
delete-operator
C++0x rvalue reference template argument deduction
Feb 15, 2022
c++
c++11
rvalue-reference
Thread-safe copy constructor/assignment operator
Dec 30, 2016
c++
c++11
thread-safety
What stable c++11 feature can be used safely [closed]
Nov 06, 2021
c++
c++11
« Newer Entries
Older Entries »