StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Maxim Egorushkin

Rating
1547.15 (8,840th)
Reputation
96,710 (784th)
Page: 1 ... 19 20 21 22 23 ... 60
Title Δ
Memory layout of a C++ Lambda +2.38
Output of multiple thread executions only happens once? +1.00
Reversing singly linked list using recursion +0.42
Reading from a file into a map which has key as integers and corres... 0.00
Atomically accessing a variable which isn't a `std::atomic` -2.07
socket BUFFER TO STRING +0.41
Using array elements as non-type template parameters? 0.00
Using C++ adapters and library function objects in container arrang... -1.42
How to initialize field from type "const char*" in this c... +0.99
How to encapsulate custom iterator in function using boost-range 0.00
Reversing Linked List using Recursion -2.47
Why does the math library only need to be linked when used outside... -1.56
std::condition_variable only works while debugging? 0.00
The new feature of C++17 'inline variable' vs extern keywor... 0.00
Is `const constexpr` on variables redundant? -1.35
How to initialize member variable with super class type depending o... +1.65
Which components use the locale variables? +2.04
On the implementation of std::string moves -2.22
Why does passing a function to a thread using make_unique<> c... 0.00
Performance comparison: f(std::string&&) vs f(T&&) +0.31
Understanding libuv / epoll / non-blocking network IO 0.00
Factoring out repeated constructor calls in template-builder pattern +0.18
String vector to uint8_t C++ +0.42
C++ error: no matching function for call to 'print_size' -1.08
Gather Addresses of all Static C Strings at Compile Time -1.94
use of constexpr in header file +0.29
how do user threads and kernel threads work with the linux stack? 0.00
Why hidden symbols are still added to DSO 0.00
Getline to read data from txt file +0.53
how to define an array of array in c++ -0.98
why C++17 destroy()/destroy_n() functions run forward (and not back... -0.61
Will relaxed memory order lead to infinite loop here? -1.07
Partial template specialization to unroll loops for specific sizes 0.00
Do I need to initialize std::string +1.57
How to design a class containing an std::vector < std::vector &g... 0.00
undefined reference error while calling a function from user define... 0.00
is a shared pointer to std::thread a bad practice? +1.47
Why does CMake not respect LIBRARY_PATH and CPATH 0.00
sizeof(*this) and decltype(*this) in derived classes +1.95
Undefined reference issue while creating executable +0.40
What makes stack smashing detected when use ifstream? -0.69
How to generate unique ID in linked list? 0.00
creating multiple instances of an array a[1] declared inside a stru... +1.70
Elimination of unused virtual functions 0.00
What is the C++11 way of reading binary files (16-bits at a time)? 0.00
thread sync using mutex and condition variable +0.62
It's possible get a reverse iterator from a forward iterator? 0.00
GCC: 'multiple definition' Issue with gcc 4.8 version 0.00
c++ comma operator in between cout and return value 0.00
Why is the move constructor implicitly deleted when a destructor is... +2.82