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
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
constexpr performing worse at runtime
May 26, 2022
c++
performance
c++11
constexpr
Why lambda removes cv and ref?
Jun 15, 2022
c++
c++11
lambda
language-lawyer
return-type-deduction
Getting unexpected result when compiling with clang optimization
Sep 16, 2022
c++
c++11
boost
clang
Why can a std::tuple not be assigned with an initializer list?
Aug 25, 2022
c++11
stdtuple
What will happen if I assign negative value to an unsigned char?
Nov 17, 2022
c
c++11
unsigned
Vector move constructor slower than copy constructor
Oct 31, 2022
c++
csv
c++11
vector
move-semantics
How to check if thread has finished work in C++11 and above?
Sep 12, 2022
c++
multithreading
c++11
multitasking
Is there an actual 4-bit integer data type in C++11 [duplicate]
May 05, 2022
c++
c++11
c++14
Calling volatile member function using not volatile object in C++
Mar 30, 2022
c++
c++11
volatile
member-functions
« Newer Entries
Older Entries »