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 are monadic bind and monadic return for C++23 optional?
Jan 01, 2026
c++
monads
stdoptional
c++23
Why does std::ranges::find_if return an iterator but std::ranges::find_last_if return a subrange?
Jan 01, 2026
c++
std
std-ranges
c++23
How to reduce verbosity when splitting `std::string_view` by `std::views::split`?
Dec 24, 2025
c++
c++23
std-ranges
c++23 building with <stacktrace> library
Dec 23, 2025
c++
gcc
g++
stack-trace
c++23
auto ( expression ) in direct initialization argument
Dec 23, 2025
c++
casting
language-lawyer
auto
c++23
Did the rules for nullptr init of unique_ptr change in C++23?
Dec 21, 2025
c++
visual-c++
language-lawyer
unique-ptr
c++23
In a lambda, what does the second list of attributes do?
Dec 20, 2025
c++
lambda
syntax
c++23
c++-attributes
How can I std::print a std::wstring?
Dec 18, 2025
c++
c++23
wstring
views::cartesian_product - how to do same vector N times?
Dec 18, 2025
c++
c++23
How can I write a std::apply on a std::expected?
Dec 14, 2025
c++
functional-programming
monads
c++23
std-expected
Am I misunderstanding how `std::views::cartesian_product` is supposed to work?
Dec 13, 2025
c++
cartesian-product
std-ranges
c++23
Functional equivalency in template constraints vs member function constraints
Dec 11, 2025
c++
language-lawyer
c++-concepts
c++23
How can a sprintf-like function in C++20/23 verify that the number of format specifiers matches the number of provided arguments at compile time?
Dec 11, 2025
c++
c++20
constexpr
c++23
consteval
What's the difference between C++23's optional::transform and optional::and_then?
Dec 08, 2025
c++
monads
monad-transformers
stdoptional
c++23
Why is it a syntax error to use explicit object parameters in a function pointer?
Dec 09, 2025
c++
visual-c++
c++23
explicit-object-parameter
How to write/read std::chrono::zoned_seconds to/from a stream using chrono::parse?
Dec 08, 2025
c++
datetime-format
fstream
c++-chrono
c++23
Instantiation of the function definition concept-constrained template
Dec 08, 2025
c++
visual-c++
c++-concepts
c++23
Is it safe to access elements outside subrange but inside parent range?
Dec 08, 2025
c++
iterator
c++23
Older Entries »