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
How to pass variadic amount of `std::pair` with different 2nd types to a function
Dec 13, 2021
c++
templates
c++11
variadic-templates
std-pair
std::functions and lambda function passing
Nov 12, 2022
c++
c++11
lambda
std-function
Is std::remove_if guaranteed to call predicate in order?
Oct 16, 2022
c++
c++11
stl
stl-algorithm
erase-remove-idiom
Circular data dependency destructor
Aug 23, 2022
c++
oop
c++11
graph
Questions on memorybehavior of vectors
Nov 03, 2022
c++
c++11
stl
stdvector
Avoid hardcoding enum type
Sep 07, 2021
c++
c++11
How to return a reference to an object (from an unordered_map), when the key may not exist?
Sep 11, 2022
c++
c++11
Do inline lambdas suffer the same latency of function pointer indirect addressing
Apr 08, 2022
c++
c++11
lambda
How to cast enums?
Mar 09, 2022
c++
c++11
enums
casting
What is the difference between std::initializer_list<int>({1,2,3}) and {1,2,3}?
Nov 13, 2022
c++
c++11
Save and Load Random Number Generator State in C++11
Aug 26, 2022
c++
c++11
c++-standard-library
mt19937
Uniform initialization of int*: how can it be forced?
Feb 09, 2019
c++
c++11
pointers
uniform-initialization
Is there a use case for std::unique_ptr<std::array<T,N>>
Nov 06, 2022
c++
arrays
c++11
smart-pointers
Search within a big vector in C++
Apr 24, 2022
c++
c++11
Explicit move constructor needed in container?
Aug 31, 2022
c++
c++11
C++ Go back a line
Dec 08, 2018
c++
c++11
Why does my thread not run in background?
Aug 30, 2022
c++
multithreading
c++11
parallel-processing
emplace_back vs. push_back for primitive types
Dec 27, 2020
c++
c++11
vector
Different definitions of the same lambda
Nov 20, 2022
c++
c++11
lambda
closures
C++ tuple of vectors, create tuple from elements by index
Jan 11, 2022
c++
c++11
templates
c++14
« Newer Entries
Older Entries »