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 did C++11 make std::string::data() add a null terminating character?
Sep 17, 2022
c++
string
c++11
stdstring
c++03
How are you using C++11 today? [closed]
Dec 17, 2021
c++
c++11
standards
forward-compatibility
I want to kill a std::thread using its thread object? [duplicate]
Sep 04, 2022
c++
multithreading
c++11
std
stdthread
Volatile in C++11
Sep 03, 2022
c++
c++11
volatile
How to directly bind a member function to an std::function in Visual Studio 11?
Sep 03, 2022
c++
c++11
member-functions
std-function
What does it mean for an object to exist in C++?
Sep 03, 2022
c++
c++11
language-lawyer
c++14
object-lifetime
Is std::swap(x, x) guaranteed to leave x unchanged?
Oct 09, 2018
c++
c++11
swap
Why does this code compile with gcc but not with clang
Dec 17, 2021
c++
c++11
g++
clang++
Must template argument functions be treated as potentially constexpr?
Sep 03, 2022
c++
templates
c++11
language-lawyer
constexpr
Lock-free Reference counting and C++ smart pointers
Aug 29, 2022
c++
c++11
atomic
smart-pointers
Traversing a tree during compile time, with visiting actions
Oct 27, 2021
c++
templates
c++11
Dependent type or argument in decltype in function definition fails to compile when declared without decltype
Aug 20, 2022
c++
c++11
templates
language-lawyer
Does extern template prevent inlining of functions?
Oct 21, 2022
c++
templates
c++11
Quick sort at compilation time using C++11 variadic templates
Jun 29, 2018
c++
metaprogramming
quicksort
variadic-templates
c++11
Lowest common ancestor in a linear lineage of types
Aug 10, 2022
c++
templates
c++11
variadic-templates
template-meta-programming
Overload resolution and arrays: which function should be called?
Nov 16, 2022
c++
arrays
reference
c++11
overload-resolution
C++ Nifty Counter idiom; why?
Mar 20, 2022
c++
c++11
singleton
static-initialization
"Default member initializer needed within definition of enclosing class outside of member functions" - is my code ill-formed?
Dec 18, 2019
c++
c++11
language-lawyer
Difference between boost::shared_ptr and std::shared_ptr from the standard <memory> file
Sep 03, 2022
c++
boost
c++11
passing lambda as argument - by reference or value?
Sep 03, 2022
c++
function
c++11
lambda
c++14
« Newer Entries
Older Entries »