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
Constexpr parser hex string literal to std::array<std::uint8_t, Size> c++ 17
Sep 22, 2025
c++
c++17
metaprogramming
Can you construct a string from `volatile const char*` ? (without using `const_cast`)
Sep 23, 2025
c++
c++17
volatile
const-cast
MSVC: static struct std::atomic<bool> Test::g_test has different type
Sep 21, 2025
c++
visual-studio
visual-c++
c++17
Initialization order of inline variables
Sep 22, 2025
c++
c++17
inline-variable
How to make a conversion from std::string_view to std::string
Sep 21, 2025
c++
string
c++17
implicit-conversion
string-view
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
Older Entries »