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
call function when leaving scope
Oct 01, 2020
c++
c++11
scope
raii
Do global reference capturing lambdas in C++ inhibit alias optimisations?
Mar 30, 2020
c++
c++11
lambda
compiler-optimization
strict-aliasing
C++ 11 User Defined Literals with Microsoft Visual Studio 2013
Jul 06, 2020
c++
c++11
visual-studio-2013
user-defined-literals
Why an opaque-enum-declaration is not a definition?
Sep 24, 2022
c++
c++11
language-lawyer
Parameter pack expansion fails
Nov 18, 2021
visual-studio
templates
c++11
variadic-templates
C++11 difference between <thread> get_id() and native_handle()
Aug 06, 2019
multithreading
c++11
Is this a good reason for non-polymorphic inheritance?
Aug 20, 2019
c++
inheritance
c++11
Templated function specialization: linker error
Jun 25, 2018
c++
templates
c++11
linker
specialization
How to initialize a pointer using an object with 0 value [duplicate]
Jun 14, 2022
c++
c++11
constexpr
C++ std lib <mutex>, <conditional_variable> libs and shared memory
May 06, 2018
c++
multithreading
c++11
are there center-allocation deque or vector in STL implementations?
Apr 11, 2019
c++
c++11
vector
stl
deque
Custom literal works with long double but not double, and with pass by value but not pass by reference
Feb 23, 2020
c++
c++11
literals
constexpr
user-defined-literals
C++ Eigen Sparse Matrix multiplication much slower than python scipy.sparse
May 17, 2022
c++
c++11
eigen
Why do we need second std::forward specialization?
Jun 27, 2022
c++
c++11
perfect-forwarding
specialize std::hash<T> for dependent types
Sep 12, 2019
c++
templates
c++11
hash
stdhash
What does C++ 'final' method annotation promise about the class design?
Apr 06, 2017
c++
oop
c++11
move shared_ptr on constructor initialization list
Oct 25, 2022
c++
c++11
optimization
move
move-semantics
Error while declaring a class with std::vector of structs containing std::unique_ptr
Nov 18, 2022
c++
c++11
vector
unique-ptr
Implementing insert() on a container with move semantics when rvalue does not implement move
Jan 17, 2019
c++
c++11
containers
move
Is there a reason to use const_cast on a string literal in this code?
Oct 20, 2022
c++
c++11
string-literals
const-cast
« Newer Entries
Older Entries »