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
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
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
Older Entries »