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
Is there a workaround for template template arguments being invisible?
Nov 27, 2025
c++
c++20
template-templates
ranges::sort does not compile
Nov 26, 2025
c++
operator-overloading
c++20
std-ranges
The current state of reflection in C++20
Nov 25, 2025
c++
reflection
metaprogramming
c++20
std
Why is this concept true even though the expression used for checking does not compile?
Nov 24, 2025
c++
c++20
c++-concepts
Did C++20 change to allow conversion from array-of-known-bound `type(&)[N]` to array-of-unknown-bound `type(&)[]`?
Nov 25, 2025
c++
c++20
standards
CMAKE_CXX_STANDARD vs target_compile_features?
Nov 24, 2025
c++
cmake
c++20
What does the vertical pipe | mean in the context of c++20 and ranges?
Nov 24, 2025
c++
c++20
std-ranges
bitwise-or
Default equality operator for an empty union
Nov 22, 2025
c++
language-lawyer
c++20
union
comparison-operators
Efficient way to iterate over each key exactly once in unordered_multimap
Nov 24, 2025
c++
multimap
c++20
unordered-multimap
Why in particular should I rather pass a std::span than a std::vector& to a function?
Nov 24, 2025
c++
vector
c++20
std-span
Range concept for a specific type
Nov 23, 2025
c++
c++20
c++-concepts
std-ranges
Why does `std::format` require its arguments are aligned?
Nov 24, 2025
c++
compiler-errors
format
alignment
c++20
Any way to have an Implicit Lifetime Type with a user defined constructor?
Nov 23, 2025
c++
language-lawyer
c++20
lifetime
c++23
How to recover offset in buffer of emplaced object from object pointer
Nov 24, 2025
c++
language-lawyer
c++20
What does integer-class type mean in C++ since integer is a built in type
Nov 22, 2025
c++
types
c++20
Is it UB to keep a pointer to a destroyed object and then use it to access re-created objects, possibly pointing to the first subobject?
Nov 22, 2025
c++
c++20
object-lifetime
Why does std::set::contains() call the spaceship operator twice on a target element?
Nov 22, 2025
c++
c++20
spaceship-operator
Why setting a value of global array has impact on executable file?
Nov 21, 2025
c++
g++
c++20
Older Entries »