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
Passing an element to a lambda by reference-to-const
Oct 07, 2022
c++
c++11
template-meta-programming
lambda
decltype
Default case compilation when switching over all items of an enum class
Oct 06, 2022
c++
c++11
enums
Calling a member function pointer on a smart pointer
Oct 07, 2022
c++
c++11
operator-overloading
smart-pointers
pointer-to-member
STL containers' range insert functions returning void under c++11?
Oct 07, 2022
c++
c++11
g++
mingw
std
Why was the std::pair class standard changed to disallow types with only a nonconstant copy constructor in C++11?
Oct 05, 2022
c++
c++11
copy-constructor
move-semantics
multiple functions with same name but different argument types as template parameter
Oct 06, 2022
c++
c++11
Disadvantages of increasing Stack Size and difference between Stack Commit and Reserve
Oct 06, 2022
c++
performance
c++11
stack
Invalid use of incomplete type in android ndk using c++11 std::async
Oct 05, 2022
android
c++
c++11
android-ndk
cygwin
C++ varargs - Is how I am using them okay or are they bad? Is there a good alternative?
Oct 05, 2022
c++
visual-studio-2010
c++11
variadic-functions
C++: forward declaring a type def
Oct 04, 2022
c++
c++11
typedef
forward-declaration
Why does thread.join fail when called in destructor of global variable
Oct 05, 2022
c++
multithreading
c++11
destructor
atomic operation with volatile atomic variable
Oct 04, 2022
c++
c++11
atomic
Function pointer call when signature is given only at runtime
Oct 05, 2022
c++
c++11
function-pointers
Compiler flags for C++11
Oct 05, 2022
c++11
cmake
Why constexpr data members are not implicitly static?
Aug 04, 2022
c++11
language-lawyer
constexpr
Why can't std::function bind to C-style variadic functions?
Feb 03, 2021
c++
c++11
Is a = 0; b = (a++, a + 1) ; undefined behavior (UB)?
Aug 09, 2019
c++
c++11
undefined-behavior
About thread-safety of weak_ptr
Aug 29, 2022
c++
multithreading
c++11
weak-ptr
is there a way to pass nested initializer lists in C++11 to construct a 2D matrix?
Nov 14, 2022
c++
c++11
nested-lists
initializer-list
What is the difference between "std::string const &s" and "const std::string &s"?
Sep 12, 2022
c++
c++11
reference
constants
notation
« Newer Entries
Older Entries »