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
Is int a = ++i + ++i undefined behaviour?
Oct 20, 2025
c++
c++17
language-lawyer
undefined-behavior
sequencing
Can I just use memcpy for those std::is_trivially_move_* things?
Oct 19, 2025
c++
c++11
c++14
c++17
constexpr-ness of std::initializer_list::size() vs std::array::size()
Oct 19, 2025
c++
c++17
constexpr
initializer-list
Compilers work differently for overload resolution with user-defined conversion to rvalue reference
Oct 19, 2025
c++
c++17
language-lawyer
implicit-conversion
overload-resolution
Why is empty weak_ptr required to store null pointer, while empty shared_ptr is allowed to store non-null pointer?
Oct 19, 2025
c++
c++17
weak-ptr
c++17: A temporary object never destroyed
Oct 19, 2025
c++
gcc
language-lawyer
c++17
object-lifetime
Is it possible to use `std::copy` to copy values from a variable-sized array to a container?
Oct 17, 2025
c++
templates
c++17
variable-length-array
stdcopy
Webassembly i64 primitive type
Oct 17, 2025
c++
c++17
webassembly
why does this c++ code snippet compile with std=c++17 but fails to compile with std=c++20? [duplicate]
Oct 16, 2025
c++
c++17
c++20
designated-initializer
std::vector::emplace_back bug when returning references (C++17)
Oct 18, 2025
c++
debugging
g++
c++17
Pros and cons of make_unique vs direct constructor call in C++17 [closed]
Oct 18, 2025
c++
c++17
std
code-standards
Converting between the containers with transparent and non-transparent comparators
Oct 18, 2025
c++
c++17
stdmap
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
Older Entries »