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 can non-capturing lambdas not be default-constructed, and is it possible to work around this?
Oct 08, 2022
c++
templates
c++11
lambda
Using static functions of a base class without specifying parameters to avoid ambiguity
Oct 08, 2022
c++
c++11
class-template
How to resolve ambiguous overloaded function call?
Oct 08, 2022
c++
c++11
g++
overloading
Two different results on GCC 4.6 and 4.7 for template template deduction
Oct 08, 2022
c++
templates
gcc
c++11
metaprogramming
Getting appropriate storage value type?
Oct 08, 2022
c++
c++11
How to correctly exit a std::thread that might be waiting on a std::condition_variable?
Oct 08, 2022
c++
multithreading
boost
c++11
circular-buffer
How to make std::regex begin matching at a specific position in a string?
Oct 08, 2022
c++
regex
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
Why constexpr data members are not implicitly static?
Aug 04, 2022
c++11
language-lawyer
constexpr
Mutex lock speed difference inside and outisde the foor loop
May 18, 2022
multithreading
c++11
thread-synchronization
Incomplete type is not allowed in a class, but is allowed in a class template
Sep 15, 2022
c++
c++11
templates
language-lawyer
forward-declaration
Why is a unique_ptr not freed after a constructor calls an exception?
Sep 28, 2017
c++
c++11
c++14
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
Using C++11 auto keyword to declare two (or more) variables
Sep 15, 2022
c++
c++11
templates
auto
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 »