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
Remove last item from function parameter pack
Oct 18, 2025
c++
templates
variadic-templates
c++17
template-meta-programming
Argument-dependent lookup in Visual C++ [duplicate]
Oct 17, 2025
c++
templates
visual-c++
c++17
c++20
Why does std::vector constructor throw std::length_error instead of std::bad_alloc?
Oct 17, 2025
c++
c++17
language-lawyer
Why is the move constructor implicitly deleted when a destructor is defined
Oct 17, 2025
c++
c++14
c++17
Generic factory mechanism in C++17
Oct 17, 2025
c++
templates
polymorphism
c++17
factory
c++ parallel std::sort for floating values
Oct 17, 2025
c++
multithreading
sorting
c++14
c++17
Cartesian product for multiple sets at compile time
Oct 15, 2025
c++
templates
c++17
cartesian-product
Compile-time string compression with C++17 and earlier
Oct 14, 2025
c++
c++17
Can I use structured bindings and a for-each loop to iterate through a few “packed-together” values?
Oct 14, 2025
c++
c++17
Usage of std::optional vs. "unused/default" values
Oct 14, 2025
c++
option-type
c++17
Compile-Time Lookup-Table with initializer_list
Oct 14, 2025
c++
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
Older Entries »