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 do I check whether a type is derived from vector / list / deque?
Jun 30, 2026
c++
templates
c++20
type-traits
c++-templates
Generating unique random numbers with C++ ranges
Jun 30, 2026
c++
c++20
std-ranges
A c++20 range adaptor whose produced values are iterators to the underlying range
Jun 30, 2026
c++
c++20
std-ranges
range-based-loop
How to create a view over a range that always picks the first element and filters the rest?
Jun 29, 2026
c++
c++20
std-ranges
C++20 converting between string/u8string and string_view/u8string_view
Jun 28, 2026
c++
c++17
c++20
Does changing private module fragments cause a recompilation of a module?
Jun 28, 2026
c++
c++20
c++-modules
Ranges filter_view::iterator element modification results in UB
Jun 28, 2026
c++
iterator
c++20
std-ranges
range-v3
Unexpected result with `std::views::transform`, probably caused by "unnamed temporary"
Jun 28, 2026
c++
gcc
clang
c++20
std-ranges
Is there a way to iterate through templated functions/class instances with non-type-template-parameter via std::iota? [duplicate]
Jun 28, 2026
c++
algorithm
templates
c++20
non-type-template-parameter
Iterating over first n elements of a container - std::span vs views::take vs ranges::subrange
Jun 27, 2026
c++
c++20
std-ranges
is lambda capture allowed in c++20 function trailing return type and noexcept operator?
Jun 26, 2026
c++
lambda
c++20
trailing-return-type
Where should I install C++ module interfaces units?
Jun 25, 2026
c++
cmake
c++20
c++-modules
Triviality of deleted default constructor
Jun 26, 2026
c++
c++20
Fill a range with random numbers and execution policy
Jun 26, 2026
c++
random
c++20
executionpolicy
In C++, is there a way to provide object member name as template parameter?
Jun 26, 2026
c++
templates
methods
interface
c++20
Overcoming use of auto before deduction of 'auto'
Jun 26, 2026
c++
c++20
auto
return-type-deduction
Is there a concept in the standard library that tests for usability in ranged for loops
Jun 25, 2026
c++
c++20
c++-concepts
ranged-loops
c++ generic lambdas: pattern type deduction
Jun 23, 2026
c++
lambda
c++17
type-deduction
c++20
C++20-ranges: reuse of a filter view
Jun 23, 2026
c++
c++20
Splitting class definition into multiple module units in C++
Jun 22, 2026
c++
c++20
c++-modules
Older Entries »