Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Boanerges
Boanerges has asked
2
questions and find answers to
2
problems.
Stats
46
EtPoint
9
Vote count
2
questions
2
answers
About
Boanerges questions
Will a default-constructed (empty) shared_ptr automatically be initialized to nullptr?
If make_shared/make_unique can throw bad_alloc, why is it not a common practice to have a try catch block for it?
Boanerges answers
std::string::assign vs std::string::operator=