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
177
problems.
Stats
4.2k
EtPoint
1.3k
Vote count
18
questions
177
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
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
When I use thread and mutex, C++ occur Memory leak
mutex lock is not unlocking
Iterating over a for loop in C++ and comparing the iterator to a negative number. Can an int store an unsigned int?
Are C++ std::hash implementations always deterministic?
Global objects and static members of class