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
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
shared_ptr without RTTI?
Nov 01, 2022
c++
c++11
gcc
stl
mplab
What is the preferred way to initialize a container with objects that are cheap to move but heavy to copy
Jun 16, 2022
c++
c++11
move
initializer-list
How to disable std::clog logging from source code?
Feb 06, 2020
c++
c++11
std::make_unique<T[]>(size) value-initialization
Oct 29, 2022
c++
c++11
c++14
explicit constructor of the wrong type called
Jun 16, 2019
c++
c++11
constructor
c++14
Compiler error when destructor declared in class body with unique_ptr as member of the same class
Sep 13, 2022
c++
c++11
compiler-errors
destructor
unique-ptr
Is RVO applied on this situation?
May 06, 2022
c++
c++11
rvo
nrvo
How to understand atomics in a freestanding C or C++ implementation? [closed]
Mar 20, 2021
c++
c
c++11
c11
static const cached result
Aug 30, 2022
c++
c++11
static
constants
Referencing a possibly destroyed static object
Jun 02, 2022
c++
c++11
static-variables
« Newer Entries
Older Entries »