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
Will RVO happen when returning std::pair?
Nov 07, 2022
c++
c++11
std-pair
rvo
nrvo
Why do streams still convert to pointers in C++11?
Jul 20, 2021
c++
c++11
g++
std
iostream
Can enum class be nested?
Feb 25, 2022
c++
c++11
enum-class
Understanding std::function and std::bind
Oct 24, 2022
c++
c++11
std-function
stdbind
Is there anyway I can make a template<typename T> accept multiple values?
Aug 17, 2022
c++
templates
c++11
Perfect forwarding for void and non-void returning functions
Aug 01, 2020
c++
c++11
overloading
rvalue-reference
C++11 tuple performance
Mar 10, 2017
c++
c++11
C++11 template alias as template template argument leads to different type?
Oct 04, 2022
c++
templates
c++11
template-templates
template-aliases
How to obtain a const qualified declval?
Dec 27, 2021
c++
c++11
constants
decltype
How compute array size during compilation (without accepting pointers)?
Aug 29, 2022
c++
arrays
templates
c++11
enable-if
VC++: Performance drop x20 when more threads than cpus but not under g++
Nov 15, 2022
c++
multithreading
visual-c++
c++11
visual-studio-2013
signal on condition variable without holding lock
Aug 13, 2018
c++
multithreading
c++11
condition-variable
Best way to write constructor of a class who holds a STL container in C++11
Aug 25, 2021
c++11
constructor
move
std::hash template partial specialization
Sep 30, 2019
c++
templates
c++11
std
language-lawyer
When is a C++ expression well formed?
Nov 05, 2020
c++
c++11
language-lawyer
c++14
Emplacing in vector using default constructor
Jan 27, 2020
c++
c++11
vector
emplace
Why can I use ostream cout in a lambda although it wasn't captured?
Sep 10, 2017
c++
c++11
lambda
C++11: Range-looping vector from the second element?
Nov 02, 2022
c++11
for-loop
stdvector
SFINAE: std::enable_if as function argument
Nov 11, 2022
c++
templates
c++11
sfinae
Is there any advantage to implementing functions as free functions rather than members in C++?
Nov 11, 2022
c++
class
c++11
optimization
« Newer Entries
Older Entries »