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
Are nested structured bindings possible?
Mar 10, 2022
c++
c++17
structured-bindings
How to get the address of a C++ lambda function within the lambda itself?
Oct 18, 2022
c++
c++11
lambda
c++14
c++17
Difference between "if constexpr()" Vs "if()"
Aug 27, 2022
c++
if-statement
constexpr
c++17
reinterpret_cast creating a trivially default-constructible object
Aug 27, 2022
c++
c++11
language-lawyer
c++17
Equivalent ternary operator for constexpr if?
Aug 27, 2022
c++
constexpr
c++17
if-constexpr
Why has std::reduce been added in C++17?
Nov 20, 2022
c++
std
c++17
How can I emulate destructuring in C++?
Aug 20, 2022
javascript
c++
destructuring
c++17
language-construct
Where to use std::variant over union?
Aug 26, 2022
c++
c++17
Is there a nice way to assign std::minmax(a, b) to std::tie(a, b)?
May 12, 2022
c++
algorithm
reference
stl
c++17
Why did the range based 'for' loop specification change in C++17? [duplicate]
Sep 15, 2022
c++
for-loop
language-lawyer
c++17
Changed rules for protected constructors in C++17?
Aug 26, 2022
c++
constructor
language-lawyer
c++17
protected
Advantages of auto in template parameters in C++17
Aug 24, 2022
c++
templates
auto
c++17
Why isn't there a std::construct_at in C++17?
Oct 28, 2022
c++
c++17
placement-new
Do I need to put constexpr after else-if?
Aug 26, 2022
c++
if-statement
c++17
if-constexpr
`std::variant` vs. inheritance vs. other ways (performance)
Mar 05, 2022
c++
performance
inheritance
c++17
std-variant
Exact moment of "return" in a C++-function
Aug 02, 2022
c++
language-lawyer
c++17
object-lifetime
copy-elision
std::string s1 {"Modern C++", 3} vs std::string s1 {str, 3}
Oct 30, 2022
c++
string
c++17
How do you implement Coroutines in C++
Aug 25, 2022
c++
coroutine
c++17
What's the difference between static constexpr and static inline variables in C++17?
Aug 25, 2022
c++
c++17
constexpr
Why is the construction of std::optional<int> more expensive than a std::pair<int, bool>?
Nov 09, 2022
c++
performance
assembly
x86-64
c++17
« Newer Entries
Older Entries »