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 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
Get Apple clang version and corresponding upstream LLVM version
Aug 25, 2022
c++11
clang
c++14
llvm-clang
c++17
fatal error: filesystem: No such file or directory [closed]
Jul 09, 2020
c++
c++17
How the new range-based for loop in C++17 helps Ranges TS?
Aug 25, 2022
c++
c++11
for-loop
c++17
C++17: Keep only some members when tuple unpacking
Mar 09, 2022
c++
tuples
c++17
Cv-qualifications of prvalues (revisited)
Feb 12, 2021
c++
language-lawyer
c++17
temporary-objects
prvalue
Preparation for std::iterator Being Deprecated
Sep 14, 2022
c++
iterator
standards
deprecated
c++17
Deprecated header <codecvt> replacement
Sep 14, 2022
c++
utf-8
c++17
utf-16
codecvt
Why is there no implicit conversion from std::string_view to std::string?
Aug 17, 2022
c++17
string-view
Initializing variables in an "if" statement
Aug 17, 2022
c++
c++17
Is it allowed for a compiler to optimize away a local volatile variable?
Feb 25, 2022
c++
language-lawyer
c++17
volatile
Understanding std::hardware_destructive_interference_size and std::hardware_constructive_interference_size
Oct 09, 2020
c++
multithreading
concurrency
c++17
cpu-cache
Is a pointer with the right address and type still always a valid pointer since C++17?
Aug 17, 2022
c++
pointers
c++14
language-lawyer
c++17
« Newer Entries
Older Entries »