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
C++ Template Metaprogramming issue in type selection
Jun 18, 2019
c++11
boost
Did I understand correctly the point of Scott Meyers' example of std::weak_ptr?
Oct 28, 2022
c++
c++11
weak-ptr
effective-c++
Distinguishing between multiple exceptions of the same type
Oct 31, 2022
c++
c++11
exception
exception-handling
One occasional writer, multiple frequent readers for std::map
Nov 15, 2021
c++
multithreading
c++11
stdmap
"anti-SFINAE" enabling an overload if a given expression is *not* well-formed
Jan 29, 2020
c++
c++11
sfinae
Automatically generated move constructor with not movable members
Oct 19, 2022
c++
c++11
move-semantics
c++ foreach loop with pointers instead of references
Mar 07, 2022
c++
c++11
foreach
Creating variadic accepting only reference or pointer
Jul 03, 2022
c++
c++11
variadic-templates
template-argument-deduction
Why is std::shuffle as slow (or even slower than) std::sort?
Jun 19, 2022
c++
performance
sorting
c++11
shuffle
Usecases for std::unordered_multiset
Oct 31, 2019
c++11
stl
hashset
unordered-multiset
C++ thread-safe increment with modulo without mutex using std::atomic
May 14, 2022
c++
multithreading
c++11
atomic
Can I use C++11 smart pointers as a message return type in the C++ Actor Framework?
Oct 16, 2022
c++
c++11
visual-c++
c++-actor-framework
Cannot get SFINAE to work
Oct 11, 2019
c++
c++11
template-meta-programming
sfinae
enable-if
Parsing a C++ string into a tuple
Jun 11, 2022
c++
parsing
templates
c++11
variadic-templates
std::merge and equal element order
Oct 26, 2018
c++
c++11
How to get -std=c++11 w/ libstdc++?
Sep 08, 2022
c++
c++11
clang
libstdc++
libc++
Will an exception thrown from a noexcept function parameter's constructor immediately result in a call to std::terminate()?
Aug 23, 2022
c++
c++11
exception
noexcept
What is the difference between initializing with = and initializing with {}?
Mar 11, 2022
c++
c++11
Is it safe to return from function before all std::futures are finished?
Mar 20, 2019
c++
c++11
asynchronous
future
Definition of "pattern" for parameter pack expansion, especially within a function call
Sep 28, 2022
c++
c++11
« Newer Entries
Older Entries »