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
20
questions and find answers to
197
problems.
Stats
4.6k
EtPoint
1.4k
Vote count
20
questions
197
answers
About
C++ developer working for financial company.
Slava questions
Legal legacy code using pointers suddenly becomes UB
Is it good habit to always initialize objects with {}?
How standard C++ input output streams have to handle intXX_t types?
Does this method of getting last element in template parameter pack have hidden overhead?
Possible implementation of std::equal_range
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++
Slava answers
Shared_ptr and unique_ptr with exception
Why use private copy constructor vs. deleted copy constructor in C++
Can I use mutex or key word(static) instead of volatile in C++?
Overloading operators: operand order when using C++ literals
Direct access to element of STL "set"
Partially match long key in std::map
Nested Map, accesing inner map value
c++ oop: function pointer table
Make object searchable with two different keys
What is slowing down sorting the pairs on a key?