Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
churill
churill has asked
6
questions and find answers to
15
problems.
Stats
281
EtPoint
58
Vote count
6
questions
15
answers
About
churill questions
What use has the layout specifier scalar in EXT_scalar_block_layout?
Is it safe to store the pointer to the data of a std::string?
What is the correct way to implement iterator and const_iterator in C++17?
Problem with order of evaluation in parameter pack expansion
churill answers
Why does `(void *)&` get the address of the variable?
How to let a variable be dependent on other variables inside a class?
Recursive virtual call not working as it should?
Is it necessary to implement move constructor for a class without dynamic resources?
Multiple threads add elements concurrently on different vectors of the same vector occurs error
Memory waste? If main() should only return 0 or 1, why is main declared with int and not short int or even char?
How to define the size of member vector in constructor of a class?
How deep can I #define?
Unique pointer - Why is the destructor called 3 times
How to find the current capacity of std::unordered_map?