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
Implicit type conversion with templated function parameters
Oct 22, 2025
c++
templates
c++17
implicit-conversion
How can I limit my templatized singleton creation and make the code very generic?
Oct 23, 2025
c++
c++17
c++14
Extending the lifetime of a temporary object by binding to its subobject
Oct 21, 2025
c++
c++17
lifetime
temporary-objects
xvalue
How to return success or an error object from functions?
Oct 22, 2025
c++
c++17
Is it useful to use returns in the middle of functions? C++ [duplicate]
Oct 21, 2025
c#
c++
c
c++17
Is MSVC correct in refusing to compile this code?
Oct 20, 2025
c++
c++17
language-lawyer
Is there any way to pass arrays with unknown size to a lambda before C++20? [duplicate]
Oct 21, 2025
c++
arrays
lambda
c++17
Combining n vectors into one vector of n-tuples
Oct 21, 2025
c++
functional-programming
c++17
template-meta-programming
range-v3
ExprTk custom lambda function and default arguments
Oct 19, 2025
lambda
c++17
exprtk
Is A::member of vector of variant of A undefined behaviour? [duplicate]
Oct 21, 2025
c++
c++17
language-lawyer
Overalignment of an existing type in c++17
Oct 21, 2025
c++
c++17
Scope of variables declared inside `if constexpr` blocks
Oct 21, 2025
c++
scope
c++17
constexpr
How to make static_assert block re-usable in template classes?
Oct 21, 2025
c++
class
templates
c++17
static-assert
Deduce a template class with reduced number of template parameters
Oct 21, 2025
c++
templates
c++17
template-meta-programming
class-template
In final class derived from base class with virtual destructor, does derived class destructor need “virtual” keyword? Should it have “final” keyword?
Oct 20, 2025
c++
c++17
C++17 Cannot use std::bind to produce a std::function
Oct 21, 2025
c++
functional-programming
c++17
stdbind
C++17 how to test class has a member variable? [duplicate]
Oct 21, 2025
c++
c++17
type-traits
return value from possible type in std::variant through std::visit
Oct 20, 2025
c++
c++17
std-variant
Why doesn't "Guaranteed Copy Elision" mean that push_back({arg1, arg2}) is the same as emplace_back(arg1, arg2)?
Oct 20, 2025
c++
c++17
language-lawyer
copy-elision
prvalue
User-defined deduction guide for lambda
Oct 20, 2025
c++
c++17
template-argument-deduction
« Newer Entries
Older Entries »