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'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
Combined with C++23 Deducing this and conversion operator with auto return type?
Dec 06, 2025
c++
language-lawyer
type-deduction
c++23
explicit-object-parameter
Which version of the C Standard Library does the C++23 Standard incorporate?
Dec 07, 2025
c++
language-lawyer
standards
c++23
Implementation of std::start_lifetime_as()
Dec 06, 2025
c++
undefined-behavior
lifetime
strict-aliasing
c++23
Is string_view{ nullptr, 0 } valid?
Dec 05, 2025
c++
language-lawyer
c++23
Why can't C++23's enumerate_view (unlike Range-v3's namesake) be piped into Range-v3's to_vector?
Dec 05, 2025
c++
c++23
std-ranges
range-v3
explicit object accessing a protected member
Dec 05, 2025
c++
c++23
Is flat_map an STL container?
Dec 02, 2025
c++
stl
containers
c++23
Can you explicitly provide template arguments to std::gcd?
Dec 02, 2025
c++
language-lawyer
c++23
Why does the use of `std::aligned_storage` allegedly cause UB due to it failing to "provide storage"?
Nov 25, 2025
c++
language-lawyer
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
Older Entries »