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++20
decltype of ternary operator is different in MSVC ~C++17
Apr 20, 2026
c++
visual-studio
c++20
When to use std::make_shared_for_overwrite?
Apr 19, 2026
c++
shared-ptr
c++20
Can I constrain a C++ function to accept an arbitrarily nested vector of a specific type? [duplicate]
Apr 18, 2026
c++
c++20
stdvector
c++-concepts
Is there any standard functionality for creating a flattened view of a map with a container as the mapped_type?
Apr 17, 2026
c++
c++20
std-ranges
Why is this combination of move and value constructor ambigous for MSVC but not for Clang and GCC in C++17 and above
Apr 17, 2026
c++
c++17
language-lawyer
c++20
standards-compliance
What does the auto "t{1U}" do in the following range-based for loop from std::make_heap example?
Apr 16, 2026
c++
c++20
range-based-loop
Can the address of a template parameter be used in instantiating another template?
Apr 16, 2026
c++
templates
c++20
compiler-specific
Best way to pass compile-time list of values to function?
Apr 14, 2026
c++
c++20
constexpr
compile-time
Why would I write custom allocators for STL containers when I could just overwrite new and delete?
Apr 15, 2026
c++
memory-management
dynamic-memory-allocation
c++20
allocator
lambda fold expression get index
Apr 15, 2026
c++
variadic-templates
c++20
generic-lambda
fold-expression
Exporting global variables from clang c++20 modules
Apr 11, 2026
c++
clang
c++20
c++-modules
What constructors must be defined to satisfy copy constructible concept for any-like class?
Apr 12, 2026
c++
constructor
language-lawyer
c++20
c++-concepts
Why std::ranges::view_interface using CRTP
Apr 11, 2026
c++
c++20
range-v3
std-ranges
Is there a proposal for ? operator / null-conditional operator for C++?
Apr 12, 2026
c++
c++20
Why synchronized_value was not added to C++17/C++20?
Apr 12, 2026
c++
multithreading
c++17
mutex
c++20
Is it unsafe to co_yield a pointer to a local coroutine variable?
Apr 12, 2026
c++
c++20
coroutine
c++-coroutine
dangling-pointer
Can a function parameter be used as template argument?
Apr 13, 2026
c++
templates
language-lawyer
c++20
c++-concepts
Older Entries »