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
Is there a difference between these ways of initialising a C array in C++?
Mar 31, 2022
c++
c++11
initialization
array-initialization
Can std::transform or std::generate without ExecutionPolicy be parallel?
Jul 06, 2022
c++
c++11
language-lawyer
c++17
Are pointers to members of an anonymous union equal?
Aug 29, 2022
c++
c++11
pointers
unions
copy initialization - conversion from 'int' to non-scalar type
Aug 30, 2022
c++
c++11
templates
c++14
copy-initialization
Lambda in default argument position can't access friend members. Is this a compiler bug?
Jun 01, 2022
c++
c++11
visual-c++
lambda
visual-studio-2017
How do I know if object passed as r-value will get moved?
Sep 16, 2022
c++
c++11
lambda
move-semantics
forwarding-reference
How to ensure moving without impeding RVO?
Apr 21, 2021
c++
c++11
language-lawyer
rvo
Is a future safe to pass to a detached thread?
Nov 16, 2022
c++
multithreading
c++11
Is cppreference using the term "[Object's] identity" is two different meanings for c++11 and for c++17?
Dec 28, 2021
c++
c++11
language-lawyer
c++17
value-categories
what are the overload resolution rules of list-initialization
Sep 14, 2022
c++
c++11
language-lawyer
Why class derived from non-movable class is itself move constructible? [duplicate]
Aug 27, 2022
c++
c++11
move-semantics
typetraits
Rvalue refs in concurrency
Sep 08, 2019
c++
concurrency
c++11
When CPP line splicing is undone within C++0x raw strings, is a conforming implementation required to preserve the original newline sequence?
Apr 17, 2021
c++
c++11
c-preprocessor
rawstring
C++0x way to replace for(int i;;) range loops with range-based for-loop
Mar 06, 2022
c++
foreach
for-loop
c++11
Range-based for loops and ADL
Apr 26, 2022
c++
foreach
c++11
argument-dependent-lookup
Can anyone explain this paragraph of the current C++0x standard draft?
Aug 02, 2019
c++
c++11
standards
one-definition-rule
Any luck debugging lambdas with gdb?
Jun 15, 2022
lambda
c++11
gdb
boost::make_shared<T>(...) does not compile, shared_ptr<T>(new T(...)) does
Aug 27, 2022
boost
c++11
shared-ptr
May a compiler report errors on unknown attributes? Even with scope?
Aug 01, 2021
c++
attributes
c++11
accessing first n variadic function arguments
May 30, 2022
c++
templates
constructor
c++11
variadic-templates
« Newer Entries
Older Entries »