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
using-declaration may not name namespace
Sep 21, 2025
c++
namespaces
c++17
using
`bool n;` `n++;` is invalid but `n=n+1;` or `n=n+3` such things works what's the significance of this?
Sep 20, 2025
c++
boolean
c++17
increment
Pass by Reference an vector inline
Sep 20, 2025
c++
vector
c++17
Can I detect an integer type without listing all of them as template specializations?
Sep 20, 2025
c++
c++17
constexpr
How to assign a value to std::variant? [duplicate]
Sep 18, 2025
c++
c++17
Cleaner way to specify type to get from a std::variant?
Sep 19, 2025
c++
c++17
std-variant
g++ std::variant seems can't support user class with std::atomic/std::mutex variable member (with detail/code)
Sep 19, 2025
c++
c++17
stdatomic
std-variant
Are XOR linked lists still allowed in C++17?
Sep 19, 2025
c++
c++17
pointer-arithmetic
xor-linkedlist
Template specialization for variadic template
Sep 19, 2025
c++
templates
c++17
variadic-templates
template-specialization
Can calls to member functions of function parameters be used as template arguments?
Sep 18, 2025
c++
gcc
c++17
sfinae
compiler-bug
Implement is_destructible with Detected Idiom
Sep 18, 2025
c++
language-lawyer
c++17
template-meta-programming
type-traits
Does providing an explicit deduction guide disable the generation/formation of implicit deduction guides
Sep 18, 2025
c++
c++17
language-lawyer
ctad
deduction-guide
How the synchronized_pool_resource actually works?
Sep 18, 2025
c++
c++17
allocator
c++pmr
What is the cleanest way of defining a no-delete pointer?
Sep 17, 2025
c++
c++17
smart-pointers
count std::optional types in variadic template tuple
Sep 17, 2025
c++
c++17
variadic-templates
variadic-tuple-types
Custom iterator for use in `std::sort`
Sep 17, 2025
c++
c++17
Test if elements are sorted with C++17 fold-expression
Sep 17, 2025
c++
c++17
fold-expression
Does "if constexpr(something false)" ALWAYS omit template instantiation
Sep 17, 2025
c++
language-lawyer
c++17
if-constexpr
template-instantiation
Fill a C++ array with numbers according to a pattern
Sep 17, 2025
c++
lambda
c++17
overloading std::to_string and std::to_chars for a custom type?
Sep 16, 2025
c++
c++17
std
Older Entries »