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++14
Return content of optional
Jun 26, 2026
c++
c++14
Capturing generic callable objects in nested lambdas - always forward?
Jun 26, 2026
c++
lambda
c++14
perfect-forwarding
callable-object
Template function pointer as a template parameter
Jun 25, 2026
c++
templates
c++11
function-pointers
c++14
Custom allocator method is not called
Jun 25, 2026
c++
c++11
visual-c++
c++14
Given a set of classes, call the one with matching method parameters
Jun 25, 2026
c++
c++14
Using in-place lambda for complex initialisation, especially consts
Jun 24, 2026
c++
multithreading
c++11
c++14
Using vector::back() to modify vector element
Jun 23, 2026
c++
vector
reference
c++14
Deduce type of a member of a template argument object
Jun 21, 2026
c++
templates
c++14
type-deduction
Wrap a pack of forwarding references in a tuple
Jun 21, 2026
c++
tuples
c++14
perfect-forwarding
forwarding-reference
How std::mutex got unlocked in different thread?
Jun 21, 2026
c++
multithreading
c++14
mutex
How to efficiently move underlying data from std::string to a variable of another type?
Jun 20, 2026
c++
c++11
c++14
c++17
C++14 extract quoted strings verbatim including the quotes
Jun 20, 2026
c++
string
c++14
stringstream
Weird behaviour with unordered_map of vectors and erase-remove idiom in C++14
Jun 20, 2026
c++
dictionary
vector
c++14
Swapping `std::aligned_storage` instances containing non-trivially-copyable types - undefined behavior?
Jun 19, 2026
c++
language-lawyer
swap
undefined-behavior
c++14
error: no match for ‘operator<<’ (operand types are ‘std::basic_ostream<char>’ and ‘<unresolved overloaded function type>’)
Jun 20, 2026
c++14
Is it safe to call a non-virtual base class member function from the base class destructor using a derived class pointer?
Jun 18, 2026
c++
pointers
c++14
derived-class
base-class
Call sequence of template function for sequence of template parameters
Jun 19, 2026
c++
templates
c++11
c++14
Older Entries »