Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
dfrib
dfrib has asked
61
questions and find answers to
510
problems.
Stats
15.0k
EtPoint
5.1k
Vote count
61
questions
510
answers
About
dfrib questions
Implementing pure virtual function from abstract base class: does override specifier have any meaning?
Is it legal to define a hidden friend in an explicit specialization of an otherwise non-defined member class of a class template?
Deduction of trailing template-argument in declaration of explicit specializations of function templates (no function arg. deduction)
Pointer to (data) member as non-type template parameter for instance with automatic storage duration / without linkage
Constructing (but not destucting) an object of a class with a deleted or non-user-provided private destructor
Compiler variance for ambiguous copy-assignment from empty-braces
Using inout keyword: is the parameter passed-by-reference or by copy-in copy-out (/call by value result)
Member access rules for friend of derived class, where the naming class is the base class
Placing a namespace-scope file-local (.cpp) constant in an anonymous namespace or not
Access checking rules for template argument list in (particularly explicit) specializations
dfrib answers
Find the Range of the Nth word in a String
Swift Tuple index using a variable as the index?
Is an Eigen matrix created automatically on the heap?
Aggregate vs non-aggregate structs/classes
Express for loops in swift with dynamic range
Need an algorithm for to shuffle elements of 5 arrays, each with the same 5 elements, such that no two arrays have the same element at the same index
Casting Any to Optional
Template argument as function unnamed argument
How does Clang's "did you mean ...?" variable name correction algorithm work?
Filtering array of custom objects