Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Igor G
Igor G has asked
12
questions and find answers to
2
problems.
Stats
118
EtPoint
20
Vote count
12
questions
2
answers
About
Igor G questions
Why is empty weak_ptr required to store null pointer, while empty shared_ptr is allowed to store non-null pointer?
Why do compilers allow a data member have the same name as the class?
What is stopping the compiler from eliminating data members unused in each particular context?
Default template argument of a class template has no effect if placed after the definition of that class template
Is it legal to define an unnamed struct?
Igor G answers
Is it a missed optimization, when a compile-time known reference takes space in a non-aggregate struct?