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
In C++ 11, how do I specialize a function template that takes a function object based on return type?
Aug 29, 2022
c++
templates
c++11
function-templates
C++ change access for member function with overloading
Sep 09, 2022
c++
c++11
c++14
Is simple but frequent usage of std::stringstream a premature pessimization?
May 09, 2020
c++
performance
c++11
stl
how to enable c++11 in linux
Sep 10, 2022
c++
linux
c++11
Lvalue decaying to rvalue with auto error
Apr 20, 2018
c++
c++11
auto
lvalue
Iterator invalidation by `std::string::begin()`/`std::string::end()`?
Jul 08, 2022
c++
c++11
iterator
c++98
const-iterator
Performance of std::mutex and QMutex in MinGW 64 (posix thread version)
Nov 16, 2021
qt
c++11
stl
mutex
atomic
Checking whether a function (not a method) exists in c++11 via templates
Feb 05, 2022
c++
templates
c++11
template-meta-programming
sfinae
Is there a more elegant way of marrying sprintf and std::string in C++?
Oct 31, 2022
c++
string
c++11
printf
string-formatting
Intuitive way to make something like a member function for an enum class (C++11)
Aug 17, 2022
c++
c++11
enums
How to avoid std::vector to copy on (re-)allocation?
Jun 25, 2022
c++
c++11
vector
When does std::shared_ptr release its object?
Oct 24, 2022
c++
c++11
shared-ptr
resource-management
std::condition_variable wait() and notify_one() synchronization
Jun 11, 2022
c++
multithreading
c++11
condition-variable
New throws bad_alloc despite <new> header not being defined?
Jul 01, 2022
c++
c++11
bad-alloc
<chrono> overflow guarantees
Dec 27, 2021
c++
c++11
std
integer-overflow
chrono
Difference between char[N] and char (&)[N] in parameter list
Oct 26, 2022
c++
c++11
How to initialize a template sized array?
Nov 22, 2020
c++
templates
c++11
How can I run a lambda immediately?
Sep 13, 2019
c++
c++11
lambda
Copy constexpr array into class
Jun 05, 2022
c++
arrays
c++11
constructor
constexpr
Using `this->` in a lambda that captures `this`
Oct 28, 2022
c++
c++11
lambda
« Newer Entries
Older Entries »