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
Why does `zip_view` not support `output_range`?
Mar 03, 2026
c++
std-ranges
c++23
How to do `import std` with CMake
Mar 02, 2026
c++
cmake
c++23
C++ 23 Does std::print or std::println flush the output stream?
Mar 02, 2026
c++
stl
fmt
c++23
g++ not finding <print> on Ubuntu
Feb 27, 2026
c++
ubuntu
g++
c++23
What operations trigger end of lifetime of objects at a given location?
Feb 27, 2026
c++
language-lawyer
lifetime
c++23
Can you convert int*[N] to std::span<const int * const>?
Feb 26, 2026
c++
clang
c++23
compiler-bug
std-span
Does C++23 guarantee std::launder can be omitted in placement new scenarios?
Feb 27, 2026
c++
compiler-optimization
undefined-behavior
c++23
stdlaunder
How to use CMake to build a project with C++23 standard library module(import std)?
Feb 26, 2026
c++
cmake
c++-modules
c++23
What is the ideal way to customize the separators and brackets for formatting ranges?
Feb 26, 2026
c++
std-ranges
c++23
fmt
stdformat
What is a bfloat16_t in the C++23 standard?
Feb 25, 2026
c++
floating-point
c++23
Why doesn't the C++ standard implicitly define a lambda capturing nothing as `static` by default?
Feb 24, 2026
c++
lambda
static
language-design
c++23
Why does std::tuple have a const tuple<UTypes...>&& constructor?
Feb 16, 2026
c++
constructor
move-semantics
stdtuple
c++23
Why does Deducing-This lambda require `this` to be a reference or capturing variables by reference?
Feb 17, 2026
c++
recursion
lambda
undefined-behavior
c++23
Why can there be const assignment operators
Feb 14, 2026
c++
c++23
When to use std::expected instead of exceptions
Feb 13, 2026
c++
exception
error-handling
c++23
std-expected
How to drop the last element using c++20 ranges
Feb 05, 2026
c++
c++20
std-ranges
c++23
Why do std::flat_set and std::flat_map have some noexcept functions while other container adapters don't?
Feb 04, 2026
c++
stl
noexcept
c++23
Can you warn/error when mixing char8_t and char32_t in expressions?
Feb 01, 2026
c++
unicode
compiler-warnings
c++23
char8-t
Older Entries »