Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
John
John has asked
7
questions and find answers to
12
problems.
Stats
167
EtPoint
12
Vote count
7
questions
12
answers
About
John questions
Why is template<classTp> bool is_array<Tp[]> a partial specialization for template<class T> bool is_array<Tp>?
Why does "weak.lock()" return "nullptr" with the definition of "auto weak=std::make_shared<int>(42);"?
What actually is done when `string::c_str()` is invoked?
What is difference between "owned pointer" and the "stored pointer" for std::shared_ptr?
John answers
How does one represent multiple threads in a flow chart