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
How is a dangling pointer deduced in string_view?
Jun 02, 2026
c++
c++17
Default lambda as templated parameter of a function
Jun 01, 2026
c++
templates
lambda
c++17
default-parameters
pack fold expression (c++17 extension) available when building with c++14
May 30, 2026
c++
g++
c++14
c++17
clang++
Deduct template parameter fail while using if constexpr
May 31, 2026
c++
templates
c++17
sfinae
function-templates
Why does assigning an int to a std::variant<long int, ...> fail?
May 30, 2026
c++
c++17
std-variant
Is there any benefit to tagging my class's constructor(s) as [[nodiscard]] when the class itself is tagged as [[nodiscard]]?
May 29, 2026
c++
c++17
nodiscard
c++-attributes
Can I place an std::function's capturing lambda in my own memory?
May 28, 2026
c++
lambda
memory-management
c++17
Template parameter deduction for constructors from initializer list
May 28, 2026
c++
language-lawyer
c++17
template-argument-deduction
Why is std::is_move_constructible<S>::value == false despite S move-constructing just fine? What is the correct behavior?
May 28, 2026
c++
c++11
c++17
move-semantics
move-constructor
std::aligned_alloc() missing from visual studio 2019?
May 27, 2026
visual-studio
c++17
Discrimination When Using auto specifier to deduce the type of a Prvalue in C++ [duplicate]
May 25, 2026
c++
c++11
c++17
auto
type-deduction
#include of a HTTP URL in C++
May 25, 2026
c++
c++11
c++17
c++20
compiler-explorer
Should a function which can fail only due to integer overflow be noexcept?
May 23, 2026
c++
c++17
integer-overflow
noexcept
C++17: Deducing function noexcept specifier as non-type parameter
May 25, 2026
c++
templates
c++17
noexcept
Remapping a tuple onto another tuple
May 24, 2026
c++
c++17
stdtuple
parameter-pack
Why does the compiler not generate default constructor if I delete the copy constructor? [duplicate]
May 24, 2026
c++
c++17
ADL lookup inside a class (template) member function body
May 24, 2026
c++
language-lawyer
c++17
argument-dependent-lookup
class-members
Older Entries »