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
What is (in simple understanding) narrow contract and wide contract in terms of c++ interface(s)?
Sep 15, 2022
c++
c++11
interface
std::unique_ptr<T[]> API prohibits derived-to-base pointer conversions
Jun 05, 2021
c++
c++11
shared-ptr
unique-ptr
Activating C++11 support in Clang
Oct 27, 2022
c++
c++11
clang
std::get using enum class as template argument
Jul 02, 2022
c++
get
c++11
tuples
enum-class
How do I get the copy constructor called over a variadic constructor?
Oct 23, 2022
c++
templates
c++11
variadic-templates
No matches with c++11 regex [duplicate]
Sep 03, 2019
c++
regex
c++11
C++ constructors: why is this virtual function call not safe?
Sep 12, 2022
c++
c++11
constructor
virtual-functions
virtual-inheritance
C++ 11 Thread initialization with member functions compiling error [duplicate]
Jan 31, 2021
c++
multithreading
class
c++11
member
Is std::nth_element defined for ranges containing same values?
Jan 20, 2019
c++
algorithm
c++11
c++-standard-library
Is a C++11 mutex compatible with threads NOT created with C++11?
Oct 15, 2022
c++
multithreading
qt
c++11
pthreads
Is it possible to conditionally enable a non-const/const data member of a template class based on the constness of the template argument?
Jan 12, 2022
c++
templates
c++11
std::vector emplace_back() for non copy constructible objects
Oct 23, 2017
c++
c++11
vector
generate random numbers (no member generate exist error)
Aug 22, 2022
c++
c++11
random
How to Create Thread-Safe Buffers / POD?
Dec 08, 2018
c++
multithreading
c++11
Can I define templates for different sets of types?
Oct 24, 2022
c++
c++11
templates
template-specialization
enable-if
Why does this static const int member variable appear to be accessible publicly in array definition?
Apr 09, 2022
c++
c++11
language-lawyer
access-control
static-variables
static if in plain c++?
Feb 27, 2022
c++
performance
static
c++11
static-if
C++11: Safe double checked locking for lazy initialization. Possible?
Aug 24, 2022
c++
c++11
thread-safety
double-checked-locking
When should literal classes be used in C++?
Sep 23, 2022
c++
class
c++11
constexpr
Why are non-const references to bitfields prohibited?
Dec 29, 2019
c++
c++11
bit-fields
« Newer Entries
Older Entries »