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
Return value optimization of tuple/tie
Oct 08, 2022
c++
c++11
stdtuple
rvo
Why can an aggreggate struct be brace-initialized, but not emplaced using the same list of arguments as in the brace initialization?
Feb 20, 2022
c++
c++11
aggregate
emplace
Necessity of forward-declaring template functions
Nov 04, 2022
c++
c++11
variadic-functions
variadic-templates
one-definition-rule
Implicit generated members and noexcept
Nov 29, 2019
c++
c++11
language-lawyer
Is `std::function` allowed to move its arguments?
Sep 12, 2022
c++
function
c++11
bind
If function f() returns a pointer, which is correct: auto* v = f() OR auto v = f()?
Nov 04, 2022
c++
c++11
auto
Difference between C++ object construction methods
Sep 12, 2022
c++
string
c++11
constructor
How do you use C++0x raw strings with GCC 4.5?
Aug 17, 2022
c++
g++
c++11
Does the WKWYL optimization in make_shared<>() introduce a penalty for some multithreading applications?
Feb 09, 2019
c++
caching
optimization
c++11
shared-ptr
Why doesn't C++11 implicitly convert lambdas to std::function objects?
Sep 11, 2022
c++
templates
c++11
lambda
template-function
Why does reading a record struct fields from std::istream fail, and how can I fix it?
Sep 08, 2022
c++
parsing
c++11
iostream
const reference to member of temporary object [duplicate]
Sep 27, 2021
c++
c++11
reference
constants
language-lawyer
C++11 atomics and intrusive shared pointer reference count
May 22, 2021
c++
c++11
shared-ptr
atomic
How to guarantee order of argument evaluation when calling a function object?
Sep 12, 2022
c++
c++11
how to specify vc11 lambda calling convention
Feb 05, 2017
c++
visual-c++
c++11
lambda
calling-convention
Event notification without mutex
Nov 07, 2019
c++
multithreading
events
c++11
condition-variable
Why unique-ptr doesn't check base class to virtual destructible?
Feb 16, 2022
c++
c++11
polymorphism
unique-ptr
Returning a const pointer to a const data member and the 'auto' keyword. A bit confused
Oct 16, 2022
c++
pointers
c++11
constants
auto
Where is std::copy_exception defined?
Jun 02, 2020
c++
c++11
exception
exception-handling
language-lawyer
decltype of function parameter [duplicate]
Sep 12, 2022
c++
c++11
templates
type-deduction
« Newer Entries
Older Entries »