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
C-style Callbacks in C++11
Nov 14, 2022
c++
c++11
curl
lambda
callback
How to implement typed strings in C++11?
Sep 20, 2022
c++
c++11
syntactic-sugar
Does the C++ standard allow for an implementation to coalesce allocations?
Feb 03, 2017
c++
c++11
c++14
Unknown return type in template
Mar 16, 2022
c++
templates
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
« Newer Entries
Older Entries »