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
23
questions and find answers to
93
problems.
Stats
2.3k
EtPoint
654
Vote count
23
questions
93
answers
About
I'll fill this later...
walnut questions
On the term "(strict) aliasing violation" relating to class member access
Unspecified constant expression values and ODR
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
walnut answers
invalid use of void expression in context of c++ std::function
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