Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Slava
Slava has asked
15
questions and find answers to
158
problems.
Stats
3.8k
EtPoint
1.2k
Vote count
15
questions
158
answers
About
C++ developer working for financial company.
Slava questions
How to determine how many characters `std::getline()` extracted?
Transparent comparator code minimization
Initialize a container with iterator range of container with different type
Is overloading on all of the fundamental integer types is sufficient to capture all integers?
Order of evaluation in chain invocation in C++
std::equal_range with lambda
Why chained prefix increment/decrement for builtin type is not UB for C++?
std::map range erase complexity
Conversion from integral constant expression to null-pointer
Slava answers
Is a signal caught if a thread is waiting on a mutex?
Is modifying a mutable member of a const object valid?
Program I just made is apparently a virus? C++
static lock_guard with static mutex too?
std::map::const_iterator leaks non-const reference to value?
Bizarre behavior when comparing enum class values
Good practice or convention for cleanup heap allocated object?
Strange function syntax: auto (*f3)(int n)->int (*)[n];
std::unique_ptr test before taking ownership
initialise object with equal operator