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
Is sort() automatically using move semantics?
Sep 07, 2022
c++
sorting
c++11
move-semantics
Could not deduce template argument for std::function from std::bind
Mar 06, 2022
c++
templates
c++11
variadic-templates
Sequence array initialization with template
May 27, 2022
c++
templates
c++11
metaprogramming
GCC: Function wrapper template troubles
Aug 09, 2020
c++
templates
c++11
gcc
clang
Is it possible to interleave parameter packs?
Aug 21, 2022
c++
templates
c++11
variadic-templates
Use std::result_of_t correctly
Feb 05, 2022
c++
c++11
c++14
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
« Newer Entries
Older Entries »