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 would a new[] expression ever invoke a destructor?
Aug 30, 2022
c++
c++17
new-operator
Can the structured bindings syntax be used in polymorphic lambdas
Sep 15, 2022
c++
lambda
c++17
structured-bindings
What are contracts (as proposed for C++17)?
Aug 30, 2022
c++
assertion
design-by-contract
c++17
"constexpr if" vs "if" with optimizations - why is "constexpr" needed?
Aug 30, 2022
c++
constexpr
c++17
if-constexpr
how to convert filesystem path to string
Jan 12, 2019
c++
c++17
Why is template parameter pack used in a function argument type as its template argument list not able to be explicit specified
Oct 01, 2022
c++
templates
c++17
why doesn't std::any_cast support implicit conversion?
Aug 30, 2022
c++
c++17
Is "enum class" a class type in C++?
Aug 30, 2022
c++
c++11
enums
c++17
How can I intentionally discard a [[nodiscard]] return value?
Oct 24, 2022
c++
c++17
nodiscard
How do I iterate equal values with the standard library?
Oct 23, 2022
c++
algorithm
c++17
c++-standard-library
iterator-range
When should I use [[maybe_unused]]?
Feb 12, 2022
c++
c++17
Constexpr if with a non-bool condition
Aug 30, 2022
c++
language-lawyer
c++17
implicit-conversion
compiler-bug
How you convert a std::string_view to a const char*?
Nov 16, 2022
c++
string
c++17
string-view
Can non-type template parameters in c++17 be decltype(auto)?
Sep 05, 2021
c++
templates
language-lawyer
c++17
How do I build gcc with C++ concepts ("concepts lite") support?
Nov 06, 2022
c++
g++
generic-programming
c++-concepts
c++17
More silent behaviour changes with C++20 three-way comparison
Aug 29, 2022
c++
c++17
c++20
stdtuple
spaceship-operator
What is a fully qualified name?
Aug 19, 2022
c++
language-lawyer
c++17
Should I compare a std::string to "string" or "string"s?
Sep 11, 2022
c++
c++14
c++17
string-comparison
string-literals
Why is std::iterator deprecated?
Aug 29, 2022
c++
c++17
VS2017: E0135 namespace "std" has no member "filesystem"
Jan 19, 2022
visual-studio-2017
c++17
std-filesystem
« Newer Entries
Older Entries »