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
User-defined literal string: compile-time length check
Sep 14, 2022
c++
c++11
static-assert
compile-time-constant
user-defined-literals
Unpack an array of arguments for a function call
Apr 18, 2022
c++
c++11
variadic-functions
function-call
Why does compiler accept initialization of a float with a long double literal?
Oct 15, 2022
c++
c++11
Why can I std::bind successfully with the wrong parameters?
Aug 29, 2022
c++
c++11
stdbind
What are the exact inter-thread reordering constraints on mutex.lock() and .unlock() in c++11 and up?
Sep 07, 2022
c++
c++11
language-lawyer
mutex
memory-barriers
C++0x atomic implementation in c++98 question about __sync_synchronize()
Oct 19, 2022
c++
templates
c++11
atomic
min and perfect forwarding
Sep 25, 2022
c++
templates
c++11
forwarding
rvalue-reference
Perfect forwarding - through virtual functions
Mar 26, 2022
c++11
Return value optimization of values unpacked from std::tuple
Aug 05, 2017
c++
c++11
tuples
return-value-optimization
C++11 and [17.5.2.1.3] Bitmask Types
Nov 26, 2019
c++
enums
c++11
bitmask
libc++
Why is there no atomic_{store,load} for weak_ptr?
Oct 19, 2022
c++
c++11
shared-ptr
atomic
smart-pointers
How to prevent delete px.get() for a unique_ptr
May 25, 2017
c++
c++11
Conflict between perfect forwarding constructor and copy constructor in class hierarchy
Nov 09, 2022
c++
c++11
copy-constructor
sfinae
perfect-forwarding
cancelling std::thread using native_handle() + pthread_cancel()
Apr 08, 2022
c++
gcc
c++11
pthreads
stdthread
How to write a variadic method which replaces chained method calls?
Jun 17, 2022
c++
templates
c++11
variadic-functions
What is the curly bracket parameter in the constructor of C++11 [duplicate]
Jan 09, 2020
c++
c++11
Why forwarding reference does not deduce to rvalue reference in case of rvalue?
Aug 29, 2022
c++
c++11
templates
perfect-forwarding
template-argument-deduction
C++11 Base constructor delegating/forwarding to derived class with "using" keyword
Sep 26, 2022
c++
c++11
constructor
using
default-constructor
C++11 Can only primitive data types be declared atomic?
Aug 30, 2022
object
c++11
thread-safety
mutex
atomic
MSVCs Implementation of std::put_time
Aug 31, 2021
c++
visual-studio-2012
c++11
locale
standard-library
« Newer Entries
Older Entries »