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
19
questions and find answers to
191
problems.
Stats
4.5k
EtPoint
1.3k
Vote count
19
questions
191
answers
About
C++ developer working for financial company.
Slava questions
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++
std::equal_range with lambda
Slava answers
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?
How to use unordered_map of unordered_maps in c++?
Portable way of linking libgfortran with CMAKE
Lightweight STL alternative to std::map
How to strong-type an integer in C++?
Are subclasses that only change the members valid practice?
unlock the mutex after condition_variable::notify_all() or before?