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++17
`std::is_same_v<size_t, uint64_t>` evaluates to `false` when both types are 8 bytes long
Sep 13, 2025
c++
templates
c++17
language-lawyer
sizeof
Range-v3 operator overloading to write shorter code
Sep 13, 2025
c++
operator-overloading
c++17
range-v3
Creating std::vector of nonmovable type
Sep 14, 2025
c++
vector
stl
c++17
Deduced type in structured binding of unordered_map
Sep 13, 2025
c++
c++17
structured-bindings
lock_guard initialization in if-initializer instead of simple scope
Sep 13, 2025
c++
scope
c++17
How to "duplicate" template parameter pack expansion?
Sep 13, 2025
c++
templates
variadic-templates
template-meta-programming
c++17
std::shared_mutex with std::shared_lock is reader or writer preferring?
Sep 13, 2025
c++
c++17
Why is my struct destructed twice with `std::variant` and `std::monostate`?
Sep 13, 2025
c++
c++17
std-variant
Class with a deleted copy constructor can be still copied?
Sep 13, 2025
c++
c++17
atomic
copy-constructor
move-constructor
Eigen static lib memory align
Sep 12, 2025
c++
c++17
eigen
Shall structured binding to a copy of a const c-array be const?
Sep 12, 2025
c++
language-lawyer
c++17
structured-bindings
Why does operator() change for std::function in C++17?
Sep 11, 2025
c++
c++14
c++17
get<string> for variants fail under clang++ but not g++
Sep 11, 2025
c++
c++17
clang++
variant
Why shared_locked introduced before shared_mutex
Sep 10, 2025
c++
locking
c++14
c++17
mutex
Iterating over a parameter pack
Sep 08, 2025
c++
c++17
variadic-templates
Are intmax_t and uintmax_t guaranteed to be of the same size?
Sep 10, 2025
c++
c++17
language-lawyer
Can I capture lambda variables without std::function?
Sep 09, 2025
c++
lambda
c++17
Can I declare a type [[nodiscard]] with 'using'?
Sep 08, 2025
c++
c++17
nodiscard
Is it undefined behavior to `reinterpret_cast` a `T*` to `T(*)[N]`?
Sep 08, 2025
c++
language-lawyer
reinterpret-cast
strict-aliasing
c++17
What does the standard say about unaligned memory access?
Sep 09, 2025
c++
language-lawyer
c++17
memory-alignment
« Newer Entries
Older Entries »