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
Code readability with c++11 lambdas
Sep 25, 2022
c++
coding-style
lambda
c++11
How can I cleanly specify which arguments I am passing and which remain default?
Jul 30, 2022
c++
c++11
overloading
default-arguments
Does std::hash guarantee equal hashes for "equal" floating point numbers?
Sep 25, 2022
c++
c++11
hash
floating-accuracy
stdhash
How do I get the type of the elements in a vector?
Jan 22, 2019
c++
c++11
vector
stl
C++: error: exception handling disabled, use -fexceptions to enable
Nov 14, 2022
c++
c++11
A standard way for getting variable name at compile time
Nov 12, 2022
c++
c++11
compile-time
Why is iterating over a std::set so much slower than over a std::vector?
Mar 11, 2022
c++
c++11
stl
Threads in C, C++, C++0x, pthread and boost
Apr 26, 2017
c++
multithreading
c++11
pthreads
boost-thread
Is the <random> library in c++11 portable?
Nov 11, 2022
c++
random
c++11
What to return when a std::map::at goes out_of_range?
Nov 12, 2022
c++
exception
c++11
Why is this pointer needed when calling std::call_once()?
Nov 09, 2022
c++
multithreading
pointers
c++11
this-pointer
Can't use asio::placeholders::error in non-Boost version of Asio
Aug 26, 2018
c++
c++11
boost
boost-asio
Merging two unordered_maps with overlapping keys
Aug 05, 2019
c++
c++11
float initialization from double with braces
May 11, 2022
c++
c++11
c++14
list-initialization
value-initialization
Using std::chrono::duration::rep with printf in 32bit and 64bit programs
May 11, 2022
c++
c++11
io
long-integer
chrono
What special purpose does unique_lock have over using a mutex?
Nov 15, 2022
c++
c++11
threadpool
mutex
stdthread
Does 'final' specifier add any overhead?
Sep 20, 2022
c++
c++11
c++14
How to declare a vector of functions (lambdas)
Apr 26, 2019
c++
c++11
c++14
How expensive is to copy an std::function?
Nov 06, 2021
c++
c++11
std-function
Mark a member function as const when it is conceptually not
May 14, 2022
c++
c++11
constants
« Newer Entries
Older Entries »