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
Stopping long-sleep threads
Oct 15, 2022
c++
multithreading
c++11
thread-sleep
C++: Can an unused lambda explicit capture be optimized out?
Sep 22, 2022
c++
lambda
c++11
language-lawyer
Why does changing `const ull` to `const ull&` in function parameter result in performance gain?
Feb 07, 2022
c++
performance
optimization
gcc
c++11
Is there any technical reason why std::lower_bound is not specialized for red-black tree iterators?
Oct 12, 2022
c++
algorithm
c++11
stl
binary-search-tree
Does in class member initialization takes place at compile time or run-time?
May 12, 2022
c++
c++11
best way to do variant visitation with lambdas
May 05, 2020
c++
c++11
lambda
visitor-pattern
boost-variant
why is std::lock_guard not movable?
Sep 16, 2022
c++
multithreading
c++11
standards
movable
Do mutexes guarantee ordering of acquisition?
Sep 04, 2022
multithreading
c++11
OpenMP vs C++11 threads
Sep 04, 2022
c++
multithreading
c++11
Explicit move constructor?
Sep 15, 2022
c++
c++11
explicit-constructor
move-constructor
How to pass const pointer to const object using unique_ptr
Sep 04, 2022
c++
c++11
unique-ptr
When are implicit move constructors not good enough?
Sep 04, 2022
c++
c++11
move-semantics
What are the advantages of using uniform_int_distribution vs a modulus operation?
May 09, 2018
c++
c++11
random
stl
boost::thread_group in C++11?
Sep 04, 2022
c++
boost
c++11
boost-thread
Can a lambda capturing nothing access global variables?
Sep 04, 2022
c++
c++11
lambda
global-variables
standards
Why is std::list bigger on c++11?
Sep 04, 2022
c++
gcc
c++11
c++98
Inserting a variadic argument list into a vector?
Sep 04, 2022
c++
c++11
variadic-functions
Inserting into an unordered_set with custom hash function
Sep 04, 2022
c++
c++11
unordered-set
C++11 type trait to differentiate between enum class and regular enum
Sep 04, 2022
c++
templates
c++11
variadic
variadic-functions
Move Constructors and Static Arrays
Sep 04, 2022
c++
c++11
rvalue-reference
move-semantics
move-constructor
« Newer Entries
Older Entries »