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
18
questions and find answers to
182
problems.
Stats
4.3k
EtPoint
1.3k
Vote count
18
questions
182
answers
About
C++ developer working for financial company.
Slava questions
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++
std::equal_range with lambda
Why chained prefix increment/decrement for builtin type is not UB for C++?
Slava answers
unlock the mutex after condition_variable::notify_all() or before?
Using lambda function to find a minimum value in a std::unordered_map
C++ Difference Between Const Reference to Non Const Object and Non Const Reference to Non Const Object
How to ensure that inheriting classes are implementing a friend function (ostream)?
Use a non-default libstdc++ when building CMake?
std::regex to identify coefficient of polynomial equation
/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
Why there isn't lower_bound and upper_bound for unordered_multimap?
Why can't I compare two vectors of my custom class type?
Lambda function with map where key is tuple and value is double