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
Should templated functions take lambda arguments by value or by rvalue reference?
Sep 24, 2022
c++
templates
lambda
c++11
g++
std::this_thread::sleep_for() and GCC
Nov 17, 2022
c++
concurrency
c++11
g++
Do I have to use atomic<bool> for "exit" bool variable?
Aug 31, 2022
c++
c++11
atomic
How can I pass a C++ lambda to a C-callback that expects a function pointer and a context?
Aug 26, 2022
c++
c
c++11
lambda
C++ unordered_set of vectors
Sep 07, 2022
c++
c++11
vector
C++11 Smart Pointer Semantics
Aug 31, 2022
c++
pointers
c++11
smart-pointers
Why STL implementation is so unreadable? How C++ could have been improved here?
Aug 31, 2022
c++
stl
c++11
readability
intrusive_ptr in c++11
Feb 07, 2018
c++
c++11
boost
shared-ptr
smart-pointers
What optimization does move semantics provide if we already have RVO?
Feb 15, 2022
c++
optimization
c++11
move-semantics
How can I write a stateful allocator in C++11, given requirements on copy construction?
Sep 24, 2022
c++
c++11
stl
allocator
What expressions yield a reference type when decltype is applied to them?
Aug 31, 2022
c++
c++11
decltype
Get index in C++11 foreach loop
Aug 31, 2022
c++
c++11
foreach
Alternatives of static_pointer_cast for unique_ptr
Aug 31, 2022
c++
c++11
casting
shared-ptr
unique-ptr
Different ways of initializing an object in c++
Dec 16, 2021
c++
class
c++11
constructor
initialization
What are differences between std, tr1 and boost (as namespaces and/or libraries)?
Aug 31, 2022
c++
c++11
boost
tr1
Does the C++11 standard require that two iterations through a constant unordered_container visit elements in the same order?
Mar 28, 2022
c++
c++11
language-lawyer
boost::lock_guard vs boost::mutex::scoped_lock
Sep 23, 2022
boost
c++11
future-proof
C++11 operator"" with double parameter
Jan 05, 2015
c++
c++11
literals
Obtaining function pointer to lambda?
Aug 31, 2022
c++
c++11
lambda
c++14
Sort a vector in which the n first elements have been already sorted?
Aug 22, 2022
c++
algorithm
sorting
c++11
vector
« Newer Entries
Older Entries »