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
Move object from local variable to std::shared_ptr
Sep 16, 2025
c++
c++17
shared-ptr
smart-pointers
What is the difference between std::trivially_copyable_v and std::is_pod_v (std::is_standard_layout && std::is_trivial_v)
Sep 17, 2025
c++
c++17
type-traits
How to create a tuple of vectors of type deduced from a variadic template in C++17?
Sep 17, 2025
c++
c++17
variadic-templates
stdtuple
structure-of-arrays
Is C++17 copy elision applied to placement new?
Sep 16, 2025
c++
c++17
Difference in overload selection of user-defined conversion operator between clang and gcc
Sep 16, 2025
c++
c++17
language-lawyer
Create an array inside a lambda capture
Sep 15, 2025
c++
c++17
tbb:concurrent_hash_map<K,V>: sample code for Intel Threading Building Blocks (TBB)
Sep 16, 2025
c++
multithreading
concurrency
c++17
tbb
Extracting parameter from auto template parameter callback [duplicate]
Sep 15, 2025
c++
c++17
template-meta-programming
Is taking a reference from a temporary valid C++ code?
Sep 15, 2025
c++
reference
c++17
temporary-objects
Why does the derived class have access to the private field of the base class?
Sep 14, 2025
c++
inheritance
c++17
friend
Why does std::vector's swap function have a different noexcept specification than all other container's swap functions?
Sep 15, 2025
c++
c++17
stdvector
swap
noexcept
Modern approach to making std::vector allocate aligned memory
Sep 15, 2025
c++
c++17
stdvector
simd
memory-alignment
Why does std::vector CTAD accept both int and double?
Sep 15, 2025
c++
c++17
ctad
Can be the number of uncaught exceptions be more than one?
Sep 15, 2025
c++
exception
c++17
Largest value representable by a floating-point type smaller than 1
Sep 15, 2025
c++
floating-point
c++17
epsilon
Is `reinterpret_cast` actually good for anything?
Sep 14, 2025
c++
casting
c++17
reinterpret-cast
type-punning
`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
« Newer Entries
Older Entries »