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
169
problems.
Stats
4.1k
EtPoint
1.2k
Vote count
18
questions
169
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
Are C++ std::hash implementations always deterministic?
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