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
Which compiler(s) have the most advanced support for the current state of C++0x? [duplicate]
Nov 14, 2022
c++
c++11
Operator overload which permits capturing with rvalue but not assigning to
Nov 11, 2021
c++
operator-overloading
c++11
rvalue-reference
passing heavy objects C++0x
Oct 11, 2022
c++
c++11
move-semantics
copy-elision
Under what conditions should I be thinking about implementing a move constructor and a move operator?
May 27, 2022
c++
constructor
c++11
rvalue-reference
Is there an easy way to implement AutoResetEvent in C++0x?
Nov 02, 2019
c++
multithreading
c++11
autoresetevent
Is it a memory leak to push_back a pointer into a vector of pointers?
May 21, 2022
c++
pointers
memory-leaks
vector
c++11
Cast an std::array to another data type at compile time?
Feb 13, 2022
c++
arrays
casting
c++11
compile-time
Is there a way to use delegating constructors in Visual Studio 2012?
Feb 18, 2022
c++
visual-studio
visual-c++
c++11
visual-studio-2012
Marking function as virtual causes compiler error with unique_ptr
Feb 02, 2022
c++
templates
c++11
instantiation
overload-resolution
g++ vs intel/clang argument passing order?
Sep 10, 2018
c++
c++11
arguments
standards-compliance
chrono
Can I reuse an rvalue reference parameter to return an rvalue reference?
Nov 05, 2022
c++
c++11
operator-overloading
rvalue-reference
std::shared_ptr not working with range for
Jul 04, 2017
c++
for-loop
c++11
shared-ptr
Sort objects in descending order when the < comparator is defined?
Sep 27, 2022
c++
sorting
c++11
comparator
Why don't the compiler take the namespace name when the inner scope ones don't work?
Oct 20, 2022
c++
visual-c++
gcc
c++11
std::queue should I shrink to fit? [closed]
Jun 15, 2021
c++
c++11
Can std::async call std::function objects?
Feb 06, 2022
c++
c++11
std-function
stdasync
Does C++11 re-initialize initialized member fields?
Oct 20, 2022
c++
c++11
what is the difference between using ATOMIC_FLAG_INIT and std::atomic_flag::clear
Mar 21, 2022
c++
c++11
atomic
Why is it not efficient to use a single assignment operator handling both copy and move assignment?
Dec 29, 2019
c++
c++11
move-semantics
assignment-operator
rvalue-reference
Compile-time recursive function to compute the next power of two of an integer?
Nov 20, 2021
c++
c++11
recursion
bit-manipulation
template-meta-programming
« Newer Entries
Older Entries »