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
What causes this constructor to delegate to itself when it takes an initializer list and delegates a vector?
May 11, 2017
c++
c++11
c++14
Constexpr compound assignment operator in clang and gcc
Nov 16, 2022
c++
c++11
language-lawyer
c++14
constexpr
Variadic function calling a variadic macro
Aug 28, 2022
c++
c++11
c++14
variadic-functions
variadic-macros
How to solve a circular class dependency with shared base class without headers?
Feb 21, 2022
c++
c++11
visual-studio-2012
circular-dependency
The right way to work with network buffer in modern GCC/C++ without breaking strict-aliasing rules
Feb 27, 2021
c++
c++11
gcc
strict-aliasing
auto and brace initialization in C++11/C++14 [duplicate]
May 15, 2022
c++
c++11
gcc
clang
c++14
Error when checking if a tuple of references is default constructible
Aug 29, 2022
c++
c++11
std
c++14
stdtuple
Is it possible to implement Q_PROPERTY READ/WRITE accessors without using member functions?
Jul 17, 2020
qt
c++11
qml
returning constant object and assigning it to non-constant object
Oct 19, 2022
c++
c++11
constants
copy-constructor
"Conversion" from type to same type is causing error
Mar 05, 2022
c++
c++11
metaprogramming
template-meta-programming
Nice way to create a dynamic 2D matrix in C++ 11
May 06, 2022
c++
c++11
Accessing common part of an union from base class
Jun 14, 2022
c++
c++11
strict-aliasing
Why does "std::string(blablabla());" compile without errors?
Nov 19, 2021
c++
c++11
compilation
compiler-errors
Lambda: A by-reference capture that could dangle
Oct 30, 2022
c++
c++11
lambda
c++14
Does template constructor with universal reference hide move construtor?
Oct 30, 2022
c++
c++11
Assigning Rvalue returned from function to another Rvalue
Oct 19, 2022
c++
c++11
rvalue
lvalue-to-rvalue
Why not always use std::forward?
Feb 15, 2022
c++
c++11
Type trait: Check if class have specific function (maybe inherit)
Sep 08, 2022
c++
c++11
typetraits
Why is raw pointer to shared_ptr construction allowed in all cases?
Jun 10, 2022
c++
pointers
c++11
shared-ptr
Does `std::shuffle` guarantees same order with same seed on different vectors?
Jan 30, 2022
c++
c++11
random
shuffle
« Newer Entries
Older Entries »