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
121
questions and find answers to
77
problems.
Stats
1.8k
EtPoint
293
Vote count
121
questions
77
answers
About
alfC questions
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?
Can Boost Container vector manage memory through non raw pointers?
How is is_standard_layout implemented?
For range loop for a non copyable type, is it possible?
Successor of iterator is not necessarily a regular function: how is it possible?
alfC answers
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
Can iter_swap be specialised?
What's the format of boost.serialization's output
Const function calling non const or vice versa (to avoid duplication)? [duplicate]
C++ Contiguous Sequence Concept