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 std
std::variant reflection. How can I tell which type of value std::variant is assigned?
Sep 13, 2022
c++
reflection
std
variant
type-erasure
Can std::function be move-constructed from rvalue reference to a temporary functor object?
Sep 12, 2022
c++
c++11
std
rvalue-reference
Complex literal 'i' used in function argument
Sep 27, 2021
c++
std
complex-numbers
Is there a reason to use C++11's std::int_fast32_t or std::int_fast16_t over int in cross-platform code?
Jun 19, 2019
c++
c++11
std
Why must std::sort compare function return false when arguments are equal?
Oct 30, 2022
c++
sorting
std
Why does the C++ stdlib rand() function give different values for the same seed across platforms?
Feb 21, 2018
c++
c
random
std
Smart pointers in container like std::vector?
Aug 25, 2022
c++
pointers
std
smart-pointers
auto-ptr
Most efficient way of erasing/deleting multiple std::vector elements while retaining original order?
Sep 11, 2019
c++
algorithm
stl
performance
std
Simple way to split a sequence of null-separated strings in C++
Mar 13, 2019
c++
stl
std
Initializer list inside std::pair
Oct 31, 2021
c++
std
std-pair
Weird linker error with static std::map
Aug 06, 2020
c++
static
map
std
std::bind overload resolution
Nov 06, 2022
c++
c++11
functional-programming
std
Is there anything like "std::and" or "std::or"?
Sep 05, 2022
c++
algorithm
boolean
std
short-circuiting
Is boost::lexical_cast redundant with c++11 stoi, stof and family?
Jul 20, 2022
c++
c++11
boost
stl
std
How to move from std::optional<T>
Sep 04, 2022
c++
std
c++14
boost-optional
Why is std::hash not guaranteed to be deterministic?
Sep 04, 2022
c++
hash
language-lawyer
std
How can I get gcc to warn me about "int i = i;"
Sep 04, 2022
c++
c
gcc
std
compiler-warnings
Will specialization of function templates in std for program-defined types no longer be allowed in C++20?
Sep 04, 2022
c++
std
template-specialization
function-templates
c++20
Sum values of 2 vectors [duplicate]
Oct 31, 2021
c++
vector
std
How to time a function in milliseconds without boost::timer
Sep 11, 2022
c++
boost
timer
std
timing
« Newer Entries
Older Entries »