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++23
Why do `std::views::adjacent` iterators increment all underlying iterators instead of using a more performant shift?
Jul 05, 2026
c++
iterator
c++23
std-ranges
Accessing a row of a std::mdspan as std::span
Jul 02, 2026
c++
c++23
mdspan
Could std::some-namespace::transform one day support any functor?
Jul 01, 2026
c++
functional-programming
monads
functor
c++23
Given two objects of different types and their relative location in memory, can I derive a pointer to one object from a pointer to the other?
Jul 01, 2026
c++
pointers
language-lawyer
c++20
c++23
How to track time in a SetConsoleCtrlHandler
Jun 30, 2026
c++
windows
c++23
C++23 std::ranges::enumerate with custom index type
Jun 30, 2026
c++
std-ranges
c++23
Range pipeline drops typedef used for formatting style
Jun 30, 2026
c++
pipeline
std-ranges
fmt
c++23
Example in C++23 standard doesn't work in gcc?
Jun 29, 2026
c++
language-lawyer
c++23
template class method specialization compilation error
Jun 27, 2026
c++
template-specialization
c++23
Is there a copyable function wrapper in C++23 with support for const/ref/noexcept?
Jun 28, 2026
c++
c++23
How to use std::mdspan with the std::layout_stride policy
Jun 26, 2026
c++
c++23
mdspan
What is the significance of `std::byte` and `unsigned char` arrays providing storage in C++?
Jun 26, 2026
c++
language-lawyer
lifetime
c++23
placement-new
Is std::tag_invoke just an object with operator() that perfectly forwards all args to unqualified tag_invoke call?
Jun 25, 2026
c++
c++23
customization-point
tag-invoke
Why is std::nextafter not constant expression?
Jun 21, 2026
c++
constexpr
c++23
Calling new in a constexpr function
Jun 20, 2026
c++
constexpr
c++23
error: 'to' is not a member of 'std::ranges'
Jun 18, 2026
c++
c++23
Is there a better way to generic print containers in C++20/C++23?
Jun 17, 2026
c++
c++20
c++23
Older Entries »