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 use member functions to a standard library ranges operation
Oct 20, 2025
c++
c++20
std-ranges
How to pass a pointer argument to std::format?
Oct 20, 2025
c++
formatting
std
c++20
C++20 Designated Initializers char[]
Oct 18, 2025
c++
initialization
language-lawyer
c++20
designated-initializer
Is `std::format` vulnerable to format string attack? How to mitigate it?
Oct 19, 2025
c++
printf
c++20
format-string
fmt
Why do floating-point numbers print without decimal unless std::fixed and std::setprecision are used?
Oct 20, 2025
c++
windows
double
c++20
mingw-w64
Keeping consteval-ness of function arguments
Oct 19, 2025
c++
c++20
constexpr
fmt
consteval
std::is_constant_evaluated() and const variables
Oct 19, 2025
c++
c++20
constexpr
Does there exist a ranges::views::group_by counterpart that takes into account all elements, as opposed to just contiguous ones?
Oct 20, 2025
c++
c++20
range-v3
std-ranges
Initializing a std::barrier with a class member function
Oct 19, 2025
c++
multithreading
c++20
barrier
Template deduction for template aliasing with default value
Oct 18, 2025
c++
templates
visual-c++
c++20
ctad
How to generate parameter packs via meta-programming?
Oct 19, 2025
c++
c++20
variadic-templates
parameter-pack
How do I properly declare a template friend operator overload to a template class without defining it inline
Oct 19, 2025
c++
templates
c++20
friend
Something like std::integral_constant but with auto template argument in std C++20 library?
Oct 19, 2025
c++
c++20
auto
compile-time-constant
Multiple definition error when importing c++23 standard library module in multiple files
Oct 18, 2025
c++
c++20
c++-modules
c++23
c++ recursive macro wont compile on MSVC?
Oct 18, 2025
c++
c++20
preprocessor
why does this c++ code snippet compile with std=c++17 but fails to compile with std=c++20? [duplicate]
Oct 16, 2025
c++
c++17
c++20
designated-initializer
How to add common functionalities to structs by way of inheritance without having to explicitly initialize the base struct?
Oct 18, 2025
c++
c++20
How to satisfy totally_ordered for a custom type without spaceship comparison operator (ranges::is_sorted, ranges::sort)
Oct 17, 2025
c++
c++20
std-ranges
Why does std::equality_comparable not work for std::vector
Oct 18, 2025
c++
stdvector
c++20
c++-concepts
How to understand the changes to sequentially-consistent ordering in C++20?
Oct 18, 2025
c++
multithreading
c++20
memory-model
Older Entries »