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
Calling std::async twice without storing the returned std::future
Feb 24, 2026
c++
multithreading
asynchronous
c++17
language-lawyer
Copy elision for captured local variables in returned lambda
Feb 22, 2026
c++
c++17
copy-elision
How to suppress GCC compiler warning: inline variables are only available with -std=c++1z or -std=gnu++1z
Feb 22, 2026
gcc
g++
c++17
compiler-warnings
Strange behavior when calling std::invoke(std::forward(...)) with address-sanitization in a std::thread with a std::ref
Feb 22, 2026
c++
multithreading
c++17
move-semantics
How to use overload `operator==` in a `std::variant` wrapper class to make comparisons between Setting Vs Setting and T vs T?
Feb 22, 2026
c++
templates
operator-overloading
c++17
operator-keyword
How can I give two compatible names to a C++ class template with deduction guides?
Feb 20, 2026
c++
c++17
ctad
How to deduce second parameter type from first parameter?
Feb 20, 2026
c++
c++11
templates
lambda
c++17
Different noexcept property for std containers in different Compilers
Feb 19, 2026
c++
std
c++17
§12.3.2 [class.conv.fct]/1 in C++1z changed substantially in relation to C++14. Does it make sense?
Feb 19, 2026
c++
language-lawyer
c++14
c++17
'Attempt to dereference a past-the-end iterator' when sorting a vector of filesystem paths
Feb 18, 2026
c++
sorting
c++17
dereference
std-filesystem
Delayed update with proxy objects vs. "Avoid unnamed objects with custom construction and destruction"
Feb 17, 2026
c++
c++11
c++14
c++17
Is there a way in Range-v3 to prepend or append an element to a range/view?
Feb 17, 2026
c++
functional-programming
c++17
range-v3
std-ranges
Undefined reference when defining a template function in the global namespace which is declared in an inline anonymous namespace
Feb 16, 2026
c++
c++17
language-lawyer
`LL` vs `i64` suffix in C++ Visual Studio compiler
Feb 16, 2026
c++
c++17
64-bit
literals
int64
Templated constructor not accessible in struct
Feb 16, 2026
c++
templates
constructor
c++17
iostream
Printing character after addition as string in C++
Feb 14, 2026
c++
string
c++14
c++17
How best to test and unwrap std::optional in an if statement
Feb 15, 2026
c++
c++17
stdoptional
How to tell if a pointer is the pointer to an array?
Feb 14, 2026
c++
arrays
pointers
c++17
Older Entries »