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
24
problems.
Stats
416
EtPoint
85
Vote count
6
questions
24
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
What's the best data structure to use for a sieve (i.e. list of numbers where some get crossed out)?
How to merge several valueChanges observable dynamic using RXJS operator
Bidirectional iterator implementation
pop_back() in Singly Linked List in C++
How to delete part of a class?
Are std::string with null-character possible?
Comparator function in Priority Queue
Potential deadlock in thread-safe stack C++
C++ interface without inheritance for template functions
Why does `(void *)&` get the address of the variable?