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
How to tell whether the current function is a regular or a static member function in C++11?
Apr 22, 2022
c++
c++11
static
c-preprocessor
static-members
Variadic template constructor and copy constructor
Sep 27, 2022
c++
c++11
constructor
c++14
variadic-templates
Modern C++ pattern for ugly C struct allocation
Jun 08, 2022
c
c++11
Using an enum as a constant expression. Which compiler is right?
Sep 14, 2022
c++
c++11
<function-style-cast> error: Cannot convert from 'initializer list' to 'std::thread'
Nov 29, 2021
c++
multithreading
c++11
parallel-processing
How to create custom integer sequence in C++
Jun 14, 2022
c++
templates
c++11
variadic-templates
variadic-functions
Inconsistency in function type decay between variadic/non-variadic templates?
Jan 23, 2022
c++
c++11
language-lawyer
variadic-templates
function-templates
force a specific constructor used solely in certain code, nowhere else
Jun 20, 2022
c++
unit-testing
c++11
What can I do with an std::exception_ptr other than rethrowing it
Mar 04, 2022
c++
c++11
exception
exception-handling
Is there an STL comparator for std::set (or std::map) with shared_ptr keys that provides value-based lookups? What exactly does std::owner_less do?
Nov 01, 2022
c++
c++11
stl
shared-ptr
comparator
Why does the C++ standard specifically grant leeway regarding memory layout of class data members with different access specifiers?
Oct 10, 2021
c++
c++11
standards
Default move constructor taking a const parameter
Dec 18, 2018
c++
c++11
constructor
language-lawyer
std::round is not a member of std on android
Oct 06, 2021
c++
qt
c++11
android-ndk
C++ - Definition of 2d matrices of type std::array
Nov 09, 2022
c++
c++11
matrix
stdarray
std::move into static_pointer_cast: Why doesn't static_pointer_cast have an rvalue reference overload?
May 24, 2021
c++
c++11
How can I know if C++ compiler make thread-safe static object code?
Oct 02, 2022
c++
multithreading
c++11
gcc
visual-c++
size_t and memory allocation
Sep 26, 2022
c++
c++11
memory-management
Reverse iterators for C arrays
Nov 16, 2022
c++
c++11
stl
iterator
Wrong pack expanded in variadic template
Aug 17, 2021
c++
c++11
variadic-templates
Is there a difference between these ways of initialising a C array in C++?
Mar 31, 2022
c++
c++11
initialization
array-initialization
« Newer Entries
Older Entries »