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++17
Difference between S() vs S{}?
Sep 15, 2022
c++
c++17
list-initialization
Neat way how to cyclically iterate 4 enum class values in both directions in C++?
Nov 05, 2022
c++
iteration
c++17
c++20
enum-class
Write a function that only accepts literal `0` or literal `1` as argument
May 29, 2022
c++
c++11
c++17
constexpr
literals
How to Insert spaces in (cout << ... << args) using fold expressions?
Feb 24, 2022
c++17
fold-expression
inline variable is initialized more than once
Mar 30, 2022
c++
visual-studio-2017
c++17
C++ compile-time substring
Aug 22, 2021
c++
c++14
c++17
Why in C++11 or C++14 does the compiler implicitly delete the copy constructor when I declare a move assignment operator?
Aug 24, 2022
c++
c++11
c++17
copy-assignment
move-assignment-operator
How to in-place-construct an optional aggregate?
Nov 16, 2021
c++
c++17
aggregate-initialization
construction
stdoptional
What is the fastest way to see if an array has two common elements?
Oct 07, 2022
c++
arrays
algorithm
duplicates
c++17
Is it possible to use `std::set_intersection` to check if two sets have any element in common?
May 20, 2022
c++
stl
iterator
set
c++17
Using initializer list for a struct with inheritance
May 21, 2022
c++
struct
initialization
visual-studio-2017
c++17
Why does the parallel for_each require forward iterators?
Mar 23, 2022
c++
language-lawyer
std
c++17
c++-standard-library
What is std::contiguous_iterator useful for?
Sep 11, 2022
c++
iterator
c++17
Why can't I use operator bool() for std::ofstream
Jul 19, 2021
c++
c++11
c++14
c++17
Auto non-type template parameter with user defined types
Apr 20, 2022
c++
templates
c++17
Prevent equality comparison of sibling structs
Apr 16, 2022
c++
inheritance
c++17
siblings
Can be std::function inlined or should I use different approach?
Sep 05, 2022
c++
c++11
c++14
c++17
std-function
How to make `short-circuit evaluation` also available in `fold expressions`?
Jul 22, 2019
c++
standards
c++17
short-circuiting
fold-expression
Why is std::abs(9484282305798401ull) = 9484282305798400?
Sep 27, 2022
c++
c++11
floating-point
precision
c++17
Why 'is_convertible' here in <utility> std::pair (STL)?
Nov 07, 2022
c++
c++17
standard-library
« Newer Entries
Older Entries »