Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
plugwash
plugwash has asked
2
questions and find answers to
49
problems.
Stats
1.8k
EtPoint
705
Vote count
2
questions
49
answers
About
plugwash questions
When "this" is captured by a lambda, does it have to be used explicitly?
plugwash answers
What ABI, if any, restricts the size of [u]intmax_t?
Why do you need to recompile C/C++ for each OS? [duplicate]
Who decides the sizeof any datatype or structure (depending on 32 bit or 64 bit)?
Why does the delete[] syntax exist in C++?
What are Unrestricted Unions proposed in C++11?
How does alloca() work on a memory level?
Can't turn off socket option IPV6_V6ONLY
How to convert an instance of std::string to lower case
std::string difference in output when use c+=expression and c=c+expression
Why are unsigned integers error prone?