Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
patatahooligan
patatahooligan has asked
5
questions and find answers to
7
problems.
Stats
161
EtPoint
41
Vote count
5
questions
7
answers
About
patatahooligan questions
Avoid excessive repetition with templated type
How to pass an std::vector with custom allocator to a function that expects one with std::allocator?
Why can I use `operator<<` on temporary std::ofstream objects?
How to convert std::string_view to double?
patatahooligan answers
Operator overload not found when used in a lambda within a namespace
c++ extern constant int for array size
How to create an array when the size is a variable not a constant?
Reasons to return reference to std::unique_ptr
How do I declare an array without initializing a constant? [duplicate]
Is there a one-liner to unpack tuple/pair into references?