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
Why does the implementation of std::any use a function pointer + function op codes, instead of a pointer to a virtual table + virtual calls?
May 02, 2026
c++
stl
c++17
std
const cast and std launder
May 03, 2026
c++
c++17
std::variant and ambiguous initialization
May 02, 2026
c++
c++17
language-lawyer
std
how to deduce the size of a multidimensional array in a curly brace expression of a function call with templates
May 02, 2026
c++
arrays
templates
c++17
template-argument-deduction
Passing an overloaded member function to function template
May 01, 2026
c++
c++14
c++17
template-meta-programming
Append string data to std::vector<std::byte>>
May 02, 2026
c++
byte
std
c++17
How to place user-defined literal inside constexpr class of same type in C++?
May 02, 2026
c++
c++17
syntactic-sugar
user-defined-literals
Using integer sequences with tuples and variadic templates
May 02, 2026
c++
tuples
c++17
variadic-templates
template-meta-programming
Ambiguous constructor error in gcc but not in msvc
May 01, 2026
c++
c++17
language-lawyer
compiler-bug
copy-initialization
C++ - Get typename of a template where that class is used as another template
May 01, 2026
c++
templates
c++17
typename
if constexpr for a switch statement based on a template
Apr 30, 2026
c++
visual-studio-2017
c++17
Does the order of the constant operand with any arithmetic operator affect optimization?
May 01, 2026
c++
assembly
optimization
c++17
compiler-optimization
How to check at compile time for the existence of a global-scope function accepting given argument types?
Apr 30, 2026
c++
c++17
sfinae
argument-dependent-lookup
global-scope
std::variant converting constructor behavior
Apr 29, 2026
c++
c++17
C++ equivalent to Java Map getOrDefault?
Apr 29, 2026
c++
c++17
treemap
Why aren't parts of the Concurrency TS going in C++17?
Apr 28, 2026
c++
standards
c++17
How exactly is expansion of a parameter pack evaluated with std::forward?
Apr 27, 2026
c++
c++17
variadic-templates
What does const_forward do in optional implementation in C++?
Apr 27, 2026
c++
c++11
c++14
c++17
How to filter out elements of certain data types in a vector of std::variant?
Apr 26, 2026
c++
c++17
stdvector
stdset
std-variant
Older Entries »