Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
alfC
alfC has asked
125
questions and find answers to
82
problems.
Stats
1.9k
EtPoint
310
Vote count
125
questions
82
answers
About
alfC questions
minmax that returns modifiable references
Why is std::back_inserter_iterator not WeaklyIncrementable in RangeV3?
Where can I find what std::launder really does? [duplicate]
What can be done to prevent misleading assigment to returned value?
Can lifetime of objects in a initializer list be extended?
Deduce if a program is going to use threads
Modern pattern to write custom ostream operator
What is the canonical way to check for approximate zeros in Catch2?
Can iterators from different containers be (re)assigned?
Why reference_wrapper behaves differently for built-in types?
alfC answers
Why are non-positive strides disallowed in the blas gemm family of functions?
Why is std::back_inserter_iterator not WeaklyIncrementable in RangeV3?
How to check whether elements of a range should be moved?
Find number of elements in array passed to a function as argument.
What is the advantage of using boost::bind?
Modern pattern to write custom ostream operator
C++: SFINAE to differentiate fill and range constructors?
CRTP fails w/ decltype
What do we need std::as_const() for?
Remove non-generic template parameter on C