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
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 can I elegantly fill/initialize two (or more) ranges from a range containing pairs/tuples of elements?
Nov 24, 2025
c++
std-ranges
c++23
Why does std::views::take_while() do so many function invocations? (even with `cache_latest`)
Nov 23, 2025
c++
std-ranges
c++23
c++26
How can I write an inline recursive lambda in C++?
Nov 19, 2025
c++
c++20
c++23
C++23 deducing this
Nov 18, 2025
c++
c++23
Why does `to_string( std::stacktrace::current() )` hang if called during Windows DLL loading
Nov 17, 2025
c++
visual-c++
dll
stack-trace
c++23
C++23: Is it valid to modify the elements of a `zip_view`?
Nov 09, 2025
c++
language-lawyer
std-ranges
c++23
Short-circuit in noexcept expressions
Nov 08, 2025
c++
c++23
noexcept
Cannot return a named rvalue reference in a function with return type of lvalue reference?
Nov 03, 2025
c++
rvalue
lvalue
c++23
C++ back method for sub-range not found after chunking list
Nov 02, 2025
c++
std-ranges
c++23
Can std::ifstream and std::ofstream be used with a std::string_view filename argument?
Nov 01, 2025
c++
c++23
std::flat_map, std::flat_set and reserving storage?
Oct 30, 2025
c++
memory
stl
std
c++23
Why does std::format in LLVM libc++ choke on format strings with ":}>" in them?
Oct 30, 2025
c++
c++23
stdformat
Nested monadic operations produces unreadable code
Oct 30, 2025
c++
monads
c++23
Why doesn't std::ranges::contains try using member contains just like std::ranges::begin tries using member begin? Or does it?
Oct 29, 2025
c++
performance
c++20
std-ranges
c++23
Why does C++23 if consteval not allow different return types as a similar if constexpr would do?
Oct 29, 2025
c++
language-lawyer
c++23
Which part of the C++ standard forbids destroying an object twice?
Oct 28, 2025
c++
language-lawyer
c++20
c++23
Can you overwrite the memory of a union, if no members are active?
Oct 28, 2025
c++
language-lawyer
undefined-behavior
unions
c++23
How can multiple std::expected<void, E> values be combined correctly with intuitive syntax?
Oct 26, 2025
c++
c++23
std-expected
Should std::get<T&>(tuple) work for zip_view's output?
Oct 26, 2025
c++
std
c++20
c++23
Older Entries »