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 the defaulted constructor not constexpr here?
Jan 01, 2026
c++
constructor
c++17
constexpr
One liner tuple/pair unpack in c++ with reusing same variable multiple times
Jan 02, 2026
c++
c++17
std-pair
what is the name of this new c++ syntax? [duplicate]
Jan 02, 2026
c++
c++11
c++17
How to construct and access libcu++' <cuda/std/mdspan> on the host
Jan 01, 2026
c++
cuda
c++17
mdspan
unable to determine what cmake generator to use-VS Code-Windows 10
Jan 02, 2026
c++
c++17
Does returning a local variable return a copy and destroy the original(nrvo)?
Jan 01, 2026
c++
c++17
return-value-optimization
Is there a best way to deal with undefined behavior in bitwise conversion between floats and integers in C++14, C++17, C++20 and different compilers?
Jan 01, 2026
c++
c++17
c++20
simd
type-punning
Getting field names with boost::pfr
Jan 01, 2026
c++
boost
c++17
template-meta-programming
Could C++ implement type array?
Jan 01, 2026
c++
c++17
What is the status of abbreviated functions in C++? [duplicate]
Dec 31, 2025
c++
c++14
c++17
Constexpr if testing one template parameter
Dec 30, 2025
c++
templates
c++17
if-constexpr
"candidate template ignored: could not match ..." for template function argument to template function
Dec 30, 2025
c++
templates
c++17
variadic-templates
Accessing members of base classes in the derived class through runtime indexing
Dec 25, 2025
c++
inheritance
c++17
language-lawyer
pointer-to-member
Doesn't static class members have no association with the this pointer?
Dec 24, 2025
c++
this
c++17
static-members
this-pointer
What is wrong with my application of SFINAE when trying to implement a type trait?
Dec 24, 2025
c++
c++17
sfinae
type-traits
Moving underlying container (std::vector or std::deque) for std::stack and std::queue [duplicate]
Dec 24, 2025
c++
stl
c++17
move-semantics
"Not all control paths return a value" when calling a function which throws [duplicate]
Dec 23, 2025
c++
c++17
throw
Why does std::variant behave differently on GCC 8.5 and GCC 12.1 in respect to a `const char *` literal? [duplicate]
Dec 23, 2025
c++
gcc
c++17
std-variant
Return a tuple corresponding to variadic template in C++17
Dec 22, 2025
c++
c++17
Older Entries »