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
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
Is it possible to use `std::index_sequence` in a concept?
Oct 26, 2025
c++
templates
c++-concepts
c++23
How to resolve 'weak-def symbol not found' error run-time error for a C++23 program that uses std::println and omp?
Oct 25, 2025
c++
openmp
new-operator
clang++
c++23
Is a revision of the std::allocator interface planned for future C++ versions?
Oct 24, 2025
c++
c++20
allocator
c++-concepts
c++23
g++ "generator: No such file or directory" - which version of GCC supports the <generator> header?
Oct 25, 2025
c++
g++
generator
c++23
Why does a recursive lambda with deduced return type not work?
Oct 24, 2025
c++
templates
recursion
lambda
c++23
Check at compile time that a function call triggers a `static_assert(false)`
Oct 25, 2025
c++
c++20
compile-time
c++23
static-assert
std::apply to a custom, tuple-like type
Oct 25, 2025
c++
c++-concepts
c++23
What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?
Oct 24, 2025
c++
c++20
std-ranges
c++23
In what situations does `ranges::for_each` work but `for (auto&& elt : rg)` fail?
Oct 23, 2025
c++
std-ranges
c++23
C++23: How to erase a subrange from vector
Oct 22, 2025
c++
std-ranges
c++23
Older Entries »