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
Non-const copy constructor compiles fine with C++17
Apr 20, 2026
c++
c++17
c++14
language-lawyer
copy-constructor
Can I use braced-init-list for a vector of std::variant?
Apr 19, 2026
c++
initialization
variant
c++17
Is it possible to make a default-initialized class std::is_trivial for performance purposes
Apr 20, 2026
c++
templates
stl
c++17
Combining fold expressions with lambdas in C++17
Apr 19, 2026
c++
c++17
fold-expression
Is printf("%d %d", i++, i++) defined behaviour in C++17? [duplicate]
Apr 18, 2026
c++
c++17
language-lawyer
order-of-execution
How to remove the nth element from a tuple?
Apr 17, 2026
algorithm
templates
c++17
variadic-templates
template-meta-programming
Why is this combination of move and value constructor ambigous for MSVC but not for Clang and GCC in C++17 and above
Apr 17, 2026
c++
c++17
language-lawyer
c++20
standards-compliance
std::shared_ptr<T[]> VS std::array<T, size>/std::vector<T>
Apr 16, 2026
c++
c++17
std
shared-ptr
What sequence of operations could possibly have `int i = 1; f(i++, i);` invoke `f(2, 2)`?
Apr 15, 2026
c++
c++17
undefined-behavior
sequence-points
std::cout with constexpr on templated function works. Why? [duplicate]
Apr 16, 2026
c++
c++17
constexpr
cout
Program crashes when filesystem::path is destroyed
Apr 13, 2026
c++
c++17
libstdc++
std-filesystem
Why synchronized_value was not added to C++17/C++20?
Apr 12, 2026
c++
multithreading
c++17
mutex
c++20
Validity of presenting an xvalue as an lvalue
Apr 12, 2026
c++
c++17
language-lawyer
move-semantics
xvalue
Older Entries »