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 parse and format RFC-9557 date times with time zones in C++?
Sep 04, 2026
c++
c++20
c++-chrono
rfc-9557
Three-way comparison operator defaulted out of class is not a friend [duplicate]
Sep 06, 2026
c++
c++20
spaceship-operator
How to sum a std::range?
Sep 05, 2026
c++
c++20
std-ranges
How to write a C++20 function accepting a range with both T and const T?
Sep 05, 2026
c++
templates
generics
c++20
std-ranges
Is there a way to wait for a mutex (or similar object) to unlock without locking it afterwards?
Sep 05, 2026
c++
multithreading
c++20
Using zip_view piped into a filter_view
Sep 05, 2026
c++
c++20
std-ranges
range-v3
std::chrono::from_stream gcc availability, is unavailable in gcc 10.1.0
Sep 05, 2026
c++
gcc
c++20
How to invoke a templated static class method having tuple input in a constexpr way
Sep 04, 2026
c++
c++20
constexpr
What's Clang's problem with my code? GCC and MSVC think it's fine
Sep 04, 2026
c++
compiler-errors
clang
c++20
Does the type of std::vector<int>::iterator change when you increment it with '++'?
Sep 03, 2026
c++
c++20
stdvector
c++-concepts
How to define a 'concept' that uses a 'concept' in C++ 20?
Sep 04, 2026
c++
c++20
metaprogramming
c++-concepts
How do I reuse a C++23 `std::generator` instance as a range in multiple range expressions?
Sep 04, 2026
c++
c++20
std-ranges
c++23
Modifying object representation in presence of padding bits
Sep 04, 2026
c++
language-lawyer
c++20
undefined-behavior
bit-cast
Compiler disagreement on using std::vector in constexpr context
Sep 02, 2026
c++
language-lawyer
c++20
constexpr
What is the point of two types of module files (interface and implementation) in C++20?
Sep 01, 2026
c++
c++20
How to do a logical 'or' of requirements in a single concept?
Sep 02, 2026
c++
templates
c++20
c++-concepts
function-templates
Why isn't it an error if the arguments are more than required in std::format?
Sep 02, 2026
c++
c++20
standards
type-safety
compile-time-type-checking
Why is it not allowed to create a view for `std::owning_view`?
Sep 02, 2026
c++
c++20
std-ranges
How to use C++ std::ranges to replace substring in string?
Sep 02, 2026
c++
string
replace
c++20
std-ranges
Older Entries »