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
When to use explicit specifier for multi-argument constructors?
Apr 10, 2022
c++
c++11
constructor
explicit
multiple-arguments
Reference invalidation after applying reverse_iterator on a custom made iterator
Jan 04, 2021
c++
c++11
c++14
reverse-iterator
AFAIK, the code below shouldn't compile, but it does in clang and GCC. What am I missing here?
Nov 03, 2020
c++
c++11
language-lawyer
What is the (searchable) name for this syntax...?
Oct 21, 2022
c++
c++11
Swap integers via XOR in single line. Is it really allowed in c++11?
Sep 06, 2022
c++
c++11
language-lawyer
undefined-behavior
Compiling C++ code using __float128
Apr 28, 2021
c++
c++11
g++
Is it safe to remove the c++ volatile here?
May 25, 2022
c++
c++11
volatile
initializer list constructor error with CRTP
Jun 05, 2017
c++
c++11
initializer-list
crtp
Finding all keys that correspond to same value in std::unordered_map
Sep 24, 2021
c++
c++11
stl
c++14
Trouble understanding C++14 Relaxed constexpr restrictions
Oct 17, 2022
c++
c++11
c++14
constexpr
Why is the order of destruction of these function-local static objects NOT the inverse of their order of initialization?
Jun 19, 2022
c++
c++11
static-initialization
Is auto in template parameter list in lambdas part of the standard?
Oct 25, 2022
c++
templates
c++11
lambda
type-deduction
Initialize a container with iterator range of container with different type
Apr 25, 2022
c++
c++11
stl
Should I exchange usleep by sleep_for
Aug 30, 2022
c++
c++11
Sum function with return type large enough to hold result
Mar 01, 2022
c++
templates
c++11
sum
Get current number of hours and minutes using chrono::time_point
Oct 01, 2021
c++
c++11
chrono
Delete element using iterator, without knowing vector
Oct 15, 2022
c++
templates
c++11
vector
iterator
static_cast<> behaviour on class with implicit conversion operator that returns a const reference
Aug 26, 2022
c++
c++11
Should my generic template use T or T&&?
Sep 24, 2022
c++
templates
c++11
std::move and map assignment
Oct 10, 2020
c++
c++11
move-semantics
« Newer Entries
Older Entries »