Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
walnut
walnut has asked
20
questions and find answers to
92
problems.
Stats
2.2k
EtPoint
653
Vote count
20
questions
92
answers
About
I'll fill this later...
walnut questions
Are pointers to allocated memory outside object's lifetime "invalid pointer[s]" or "pointer[s] to an object"?
Placement-new on array elements and pointer values
Deduction failure of function call with explicit template argument list and [temp.arg.explicit]/3
Use cases for function type typedefs with qualifiers
reinterpret_cast member function pointer to void(*&)()
User-provided std::allocator specialization
Unspecified Implicit Object Creation
Use of variable in own initializer
Calling non-static member function outside of object's lifetime in C++17
walnut answers
Is it safe to call a method on a smart pointer that is moved-from in the arguments?
It seems to me that I found a function that works faster than std:max
Is there an extensible way to initialize a struct from an array in C++?
Lifetime of temporaries inside a function call
Initialize rvalue reference member
C++: Moving to unique_ptr
To forward or move or not; how to determine which is preferred within the context of a class's usage?
"candidate template ignored: could not match ..." for template function argument to template function
C++ throw exception when deleting invalid address
Different instructions when I use direct initialization vs std::initializer_list