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
Why are move semantics necessary to elide temporary copies?
Oct 19, 2022
c++
c++11
move-semantics
rvalue-reference
copy-elision
How to use "using" for a function?
Nov 11, 2022
c++
c++11
using
Vector of doubles/ints template function
May 12, 2019
c++
c++11
templates
vector
Handling a void variable in a templatized function in C++11
Oct 26, 2022
c++
c++11
templates
variadic
Multiple inheritance with variadic templates: how to call function for each base class?
May 18, 2020
c++
c++11
variadic-templates
Execute callback function on main thread from std::thread
Jun 25, 2022
c++
multithreading
c++11
pthreads
boost-thread
None of the constructors are called on passing Anonymous Object as argument
Oct 23, 2022
c++
c++11
Why does this code to initialize a string to a single character call the initializer_list constructor?
Sep 30, 2022
c++
string
c++11
constructor
initializer-list
Genuinely test std::atomic is lock-free or not
Jul 25, 2019
c++
c++11
concurrency
atomic
lock-free
emplace_back() vs push_back when inserting a pair into std::vector
Jun 09, 2022
c++
c++11
stl
push
emplace
Return a function from a class
Nov 18, 2022
c++
c++11
How to calculate pow(2,n) when n exceeds 64 in c++?
Mar 13, 2022
c++
c++11
unsigned-integer
lambda expression (MSVC++ vs g++)
Oct 29, 2022
c++
visual-c++
lambda
c++11
visual-c++-2010
Assigning string literals to char*
Nov 11, 2022
c++
pointers
c++11
deprecated
string-literals
Is a struct of one element compatible with the element itself?
Sep 14, 2019
c++
c++11
C++11: Variadic Homogeneous Non-POD Template Function Arguments?
Feb 12, 2022
c++
c++11
Where to find C++11 reference paper/digital, and a book reference [duplicate]
Jul 22, 2022
c++
reference
c++11
Is there a bug with extern template in Visual C++?
May 05, 2022
c++
visual-c++
c++11
visual-studio-2012
"has_trivial_destructor" defined instead of "is_trivially_destructible"
May 08, 2022
c++
c++11
g++
conditional-compilation
typetraits
C function pointers with C++11 lambdas
Jul 01, 2022
c++
c++11
gsl
« Newer Entries
Older Entries »