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
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
How can I use a structured binding to copy a tuple-like object with elements whose type is T&?
Sep 08, 2025
c++
c++17
structured-bindings
Working around limitation of `constexpr` static data member with same type as enclosing class [duplicate]
Sep 08, 2025
c++
static
initialization
c++17
constexpr
Parallel std::copy complexity
Sep 09, 2025
c++
c++17
std
constexpr variable at namespace scope with and without explicit inline definition
Sep 08, 2025
c++
language-lawyer
c++17
one-definition-rule
What are the correct memory orders to use when inserting a node at the beginning of a lock free singly linked list?
Sep 08, 2025
c++
c++17
lock-free
memory-barriers
stdatomic
Why is there no parallel `std::accumulate` in the C++ standard?
Sep 08, 2025
c++
parallel-processing
c++17
std
accumulate
Decrementable requirements of general end iterators vs container `end()`
Sep 07, 2025
c++
iterator
containers
c++17
language-lawyer
C++17 Tuple Unpacking
Sep 08, 2025
c++
tuples
c++17
Why rebind<U>::other are deprecated in C++17 and removed in C++20?
Sep 07, 2025
c++
c++17
c++20
allocator
big ints with boost : too large to be represented in any integer type
Sep 07, 2025
c++
boost
c++17
Why does sorting a vector with execution::par take longer than normal sort (gcc 10.1.0)?
Sep 07, 2025
c++
multithreading
sorting
c++17
mingw-w64
Parameter packs with specialization for one data type
Sep 07, 2025
c++
c++11
c++14
variadic-templates
c++17
How to best convert a std::string_view to QString?
Sep 05, 2025
qt
c++17
Is there a non-owning reference similar to std::bitset to provide bitwise operation and count for data in other container?
Sep 04, 2025
c++
c++17
bitwise-operators
simd
std-bitset
« Newer Entries
Older Entries »