Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
xmllmx
xmllmx has asked
361
questions and find answers to
9
problems.
Stats
2.2k
EtPoint
197
Vote count
361
questions
9
answers
About
xmllmx questions
Why is a type alias not allowed to be a friend class name in C++?
No warnings for that function int f() doesn't return any value?
Why does the keyword `explicit` not apply to function parameters?
Why does std::unique_ptr need to be specialized for dynamic arrays?
Is it UB to skip the destructor of a derived class before doing a placement new on a base class?
Why do we keep a redundant ctor in std::copyable_function?
Why does syslog have two different function declarations?
Is there any standard for the argument format of a program? [duplicate]
Always add MAP_NORESERVE flag in mmap for a regular file?
Why does `std::format` require its arguments are aligned?
xmllmx answers
What replaces std::codecvt_utf8 in C++17 or how else do I convert an int to a u32 string? [duplicate]
What's the substitution of <codecvt> in C++17 or later? [duplicate]
Deprecated header <codecvt> replacement
how to pass arrays as parameters in constructor? c++
C++11 function definitions with auto keyword