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
17
questions and find answers to
168
problems.
Stats
4.0k
EtPoint
1.2k
Vote count
17
questions
168
answers
About
C++ developer working for financial company.
Slava questions
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++?
std::map range erase complexity
Slava answers
Global objects and static members of class
C++ Arithmetic Operator without new return object
Is thread (parallel computing in c++) incompatible with optimization levels (gcc)?
Adding two polynomials and displaying the result properly
std::vector<std::vector<int>> push_back gives heap-buffer-overflow
c++ code does not compile with strange error [closed]
In C++ whats the difference between setters and getters and constructors?
Avoiding multiple lookups in map/unordered_map
Conversion from lambda to non-scalar type requested
uint32_t pointer to the same location as uint8_t pointer