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
517
problems.
Stats
15.2k
EtPoint
5.1k
Vote count
61
questions
517
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
Adding to a String in Swift 4
Equatable alternatives for Void in Swift
Is enum { a } e = 1; valid?
What is the purpose of `operator auto() = delete` in C++?
Compiler warning (or static analysis) for subtraction of unsigned integers?
Why must C++ function parameter packs be placeholders or pack expansions?
Warnings on sign conversion when assigning from the result of unsigned division
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?