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++20
How can I Populate a chrono::year With the Current Year?
Mar 08, 2023
c++
date
epoch
c++-chrono
c++20
C++ "undefine" module keyword in include
Mar 06, 2023
c++
visual-studio
c++20
c++-modules
msvc14
Can I use C++20 concepts properly in a using declaration?
Mar 05, 2023
c++
clang++
c++20
c++-concepts
In C++20 What's the most succinct and clear way to compute on adjacent pairs in a range?
Mar 05, 2023
c++
range
c++20
Defaulting three way comparison operator in recursive data structures
Sep 03, 2025
c++
c++20
spaceship-operator
defaulted-functions
New-expression with consteval constructor in constexpr context
Sep 01, 2025
c++
language-lawyer
c++20
constexpr
consteval
How does inline affect member functions in module interfaces?
Sep 03, 2025
c++
language-lawyer
c++20
c++-modules
Redeclaration of explicitly defaulted comparison operator makes it undefined
Sep 03, 2025
c++
language-lawyer
c++20
friend
comparison-operators
Questions about ranges::distance implementation
Sep 03, 2025
c++
gcc
c++20
libstdc++
std-ranges
How to split a std::string_views into a tuple-like objects using C++20 std::views::split?
Sep 01, 2025
c++
split
c++20
stdarray
stdtuple
Is there an alternative to std::this_thread::sleep_for that receives std::stop_token besides time duration?
Sep 02, 2025
c++
multithreading
c++20
Why do C++20 concepts (requirement expression) using std::is_arithmetic_v fail to enforce type constraints?
Sep 02, 2025
c++
c++20
c++-concepts
What does a universal reference in a requires expression actually mean?
Aug 31, 2025
c++
c++20
c++-concepts
ASIO strand blocked after co_spawn is co_await-ed
Sep 03, 2025
c++
boost-asio
c++20
c++-coroutine
The presence of both operator == and operator != breaks some concepts
Sep 02, 2025
c++
language-lawyer
c++20
c++-concepts
comparison-operators
Do I actually need the address of operator when referencing functions
Sep 02, 2025
c++
language-lawyer
c++20
c++23
How does constexpr std::string in C++20 work? [duplicate]
Sep 01, 2025
c++
c++20
constexpr
stdstring
I am unable to construct a vector using a iterators over a view that uses take_while in its construction
Sep 02, 2025
c++
c++20
stdvector
std-ranges
c++23
When did closure types finally became structural types?
Sep 02, 2025
c++
language-lawyer
c++20
Older Entries »