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
What is the highest resolution which can be printed or formatted for a std::chrono::time_point?
Jun 01, 2026
c++
c++-chrono
c++23
stdformat
Simple constexpr switch-case fails to compile on MSVC
Jun 01, 2026
c++
visual-c++
language-lawyer
constexpr
c++23
Why is C++23 stacktrace_entry different from source_location?
May 31, 2026
c++
stack-trace
c++23
Workaround for not being able to move from initializer_list?
May 27, 2026
c++
c++20
move-semantics
initializer-list
c++23
Gcc and clang reject move constructor with =default
May 28, 2026
c++
language-lawyer
c++23
Building Qt6 with g++ 15 and std c++23
May 26, 2026
c++
qt
g++
qt6
c++23
How to access contained value in C++23 std::optional without writing identity boilerplate?
May 26, 2026
c++
stdoptional
c++23
How to use standard library macros with std module in C++23
May 25, 2026
c++
c++-modules
c++23
Does std::ranges::views::enumerate use the wrong type for indexing on GCC?
May 26, 2026
c++
language-lawyer
std-ranges
size-t
c++23
std::start_lifetime_as and UB in C++23 multithreaded application
May 21, 2026
c++
language-lawyer
undefined-behavior
object-lifetime
c++23
O(1) find/contains in std::ranges::views::iota
May 21, 2026
c++
c++20
std-ranges
c++23
Apply a templated lambda to each type in a std::tuple (C++20)
May 19, 2026
c++
templates
c++20
apply
c++23
Sorting two arrays using C++23 zip view
May 17, 2026
c++
std-ranges
c++23
How can we forward a failed std::expected up through the call stack
May 18, 2026
c++
error-handling
c++23
std-expected
Can you declare static local variables in a constexpr function?
May 17, 2026
c++
constants
constexpr
c++23
C++23 Dangling Reference Compilation Error
May 17, 2026
c++
reference
c++23
How to convert a std::optional to a std::expected?
May 16, 2026
c++
functional-programming
monads
c++23
What is the difference between using `std::from_range` vs `std::ranges::to`?
May 16, 2026
c++
c++23
Older Entries »