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++11
C++ Why can I initialize a static const char but not a static const double in a class definition?
Dec 08, 2019
c++
c++11
static-members
constexpr
Is there a way to convert std::vector<const T*> to std::vector<T*> without extra allocations?
Jul 27, 2019
c++
c++11
vector
stl
Why can't we trivially copy std::function
Sep 07, 2022
c++
c++11
std-function
Evaluating stream operator >> as boolean
Feb 17, 2022
c++
c++11
visual-c++
type-conversion
language-lawyer
Partial template specialization triggering static_asserts
Aug 08, 2022
c++
c++11
How to handle unused warnings caused by empty template parameter pack expansions?
Apr 01, 2022
c++11
gcc
clang
variadic-templates
compiler-warnings
Why does operator* of rvalue unique_ptr return an lvalue?
Oct 10, 2022
c++
c++11
undefined-behavior
unique-ptr
rvalue-reference
Storing function pointer in std::function
Feb 10, 2022
c++
c++11
shared-libraries
function-pointers
What rvalues have names?
Sep 23, 2022
c++
c++11
named
rvalue
Comparing integers of arbitrary types
Jan 30, 2022
c++
c++11
std::is_sorted and strictly less comparison?
Dec 16, 2019
c++
sorting
c++11
comparator
stl-algorithm
Why does vector::push_back and emplace_back call value_type::constructor twice?
Sep 03, 2019
c++
c++11
Questions regarding C++ non-POD unions
Oct 16, 2022
c++
c++11
unions
discriminated-union
Lambda capture list: capturing object's member field by value not possible without capturing the whole object?
Sep 07, 2022
c++
c++11
lambda
language-lawyer
A class name introduced inside a class is not treated as a nested class name
Nov 01, 2022
c++
c++11
g++
Is this a universal reference? Does std::forward make sense here?
Sep 17, 2022
c++
c++11
language-lawyer
perfect-forwarding
universal-reference
How can I use type-traits to make this array-to-pointer conversion unambiguous?
Nov 04, 2019
c++
c++11
typetraits
Trait to check if some specialization of template class is base class of specific class
Oct 20, 2022
c++
c++11
traits
c++14
typetraits
How to avoid decay with template parameter deduction
Nov 17, 2022
c++
c++11
templates
sfinae
How can std::nextafter() in C++11 produce smaller values than std::numeric_limits::min?
Oct 17, 2018
c++
c++11
« Newer Entries
Older Entries »