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
Why is std::move not [[nodiscard]] in C++20?
Sep 25, 2022
c++
c++17
language-lawyer
c++20
nodiscard
Why are are std::allocator's construct and destroy functions deprecated in c++17?
Aug 06, 2022
c++
memory-management
language-lawyer
allocator
c++17
Is it possible to get a pointer to one subobject via a pointer to a different, unreleated subobject?
Mar 11, 2022
c++
pointers
language-lawyer
c++17
offsetof
Is std::memcpy between different trivially copyable types undefined behavior?
Aug 27, 2022
c++
language-lawyer
c++17
undefined-behavior
strict-aliasing
constexpr if and static_assert
Sep 11, 2022
c++
templates
constexpr
c++17
static-assert
Why do C++17 structured bindings not use { }?
Nov 10, 2019
c++
c++17
structured-bindings
Is stateful metaprogramming ill-formed (yet)?
Aug 22, 2020
c++
language-lawyer
metaprogramming
c++17
How to use new std::byte type in places where old-style unsigned char is needed?
Aug 13, 2022
c++
vector
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
« Newer Entries
Older Entries »